Fix seeder

This commit is contained in:
2024-12-03 11:59:01 +08:00
parent bd728c07d6
commit 304476b367
2 changed files with 6 additions and 2 deletions

View File

@@ -52,11 +52,13 @@ export async function generate_seeder() {
nomor: i.nomor,
username: i.name,
masterUserRoleId: i.masterUserRoleId,
active: i.active,
},
update: {
nomor: i.nomor,
username: i.name,
masterUserRoleId: i.masterUserRoleId,
active: i.active,
},
});
}