mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-04-13 19:17:15 -04:00
Update
This commit is contained in:
@@ -122,7 +122,7 @@ async function main() {
|
||||
|
||||
// Create mock users
|
||||
for (let i = 0; i < 5; i++) {
|
||||
const profile = profiles[i];
|
||||
const profile = profiles[i % profiles.length];
|
||||
const user = await prisma.user.create({
|
||||
data: {
|
||||
email: `user${i + 1}@bayesbond.com`,
|
||||
|
||||
Reference in New Issue
Block a user