chore: remove join
This commit is contained in:
parent
e3745c34b2
commit
eaf8ce3fd1
1 changed files with 0 additions and 1 deletions
|
|
@ -44,7 +44,6 @@ const APP_PORT = +(process.env.APP_PORT || 3000);
|
||||||
if (role) await addUserRoles(userId, [role]);
|
if (role) await addUserRoles(userId, [role]);
|
||||||
|
|
||||||
await prisma.user.create({
|
await prisma.user.create({
|
||||||
include: { province: true, district: true, subDistrict: true },
|
|
||||||
data: {
|
data: {
|
||||||
id: userId,
|
id: userId,
|
||||||
email: "admin@jws.local",
|
email: "admin@jws.local",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue