minor change

This commit is contained in:
daniel31x13
2023-11-06 10:54:39 -05:00
parent 9bee9b8ae4
commit 6f5245cbc4
3 changed files with 8 additions and 3 deletions
+6 -1
View File
@@ -62,7 +62,12 @@ export default async function verifySubscription(
}
if (!active) {
return null;
if (user.username)
// await prisma.user.update({
// where: { id: user.id },
// data: { username: null },
// });
return null;
}
}