We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77b0fc7 commit de05749Copy full SHA for de05749
1 file changed
Backend/app-talen-backend/src/modules/auth/application/admin-bootstrap.service.ts
@@ -87,4 +87,4 @@ export class AdminBootstrapService implements OnModuleInit {
87
const code = (error as QueryFailedError & { code?: string }).code;
88
return code === '23505';
89
}
90
-}
+}
0 commit comments