chore: remove join

This commit is contained in:
Methapon Metanipat 2024-09-13 13:04:22 +07:00
parent e3745c34b2
commit eaf8ce3fd1

View file

@ -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",