nico/21-jan-26 #50

Open
nicoarya20 wants to merge 70 commits from nico/21-jan-26 into main
692 changed files with 28758 additions and 13284 deletions
Showing only changes of commit 0018bdc251 - Show all commits

View File

@@ -60,6 +60,7 @@ export default async function userUpdate(context: Context) {
},
});
// ✅ HAPUS SEMUA SESI USER DI DATABASE
if (isRoleChanged) {
await prisma.userSession.deleteMany({ where: { userId: id } });