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]);
await prisma.user.create({
include: { province: true, district: true, subDistrict: true },
data: {
id: userId,
email: "admin@jws.local",