fix: lint project (#2693)

This commit is contained in:
David Nguyen
2026-05-08 16:04:22 +10:00
committed by GitHub
parent edbf65969b
commit 8671f269e8
1414 changed files with 12867 additions and 24335 deletions
@@ -40,9 +40,7 @@ export const deletedAccountServiceAccount = async () => {
});
if (!serviceAccount) {
throw new Error(
'Deleted account service account not found, have you ran the appropriate migrations?',
);
throw new Error('Deleted account service account not found, have you ran the appropriate migrations?');
}
return serviceAccount;
@@ -50,9 +48,7 @@ export const deletedAccountServiceAccount = async () => {
export const migrateDeletedAccountServiceAccount = async () => {
if (deletedServiceAccountEmail() !== LEGACY_DELETED_ACCOUNT_EMAIL) {
console.log(
`Migrating deleted account service account to new email: ${deletedServiceAccountEmail()}`,
);
console.log(`Migrating deleted account service account to new email: ${deletedServiceAccountEmail()}`);
await prisma.user.updateMany({
where: {