Eslint fix

This commit is contained in:
Owen
2025-09-11 10:27:02 -07:00
parent 819d7ea23e
commit ef6efe94b4
2 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ export default async function migration() {
await db.execute(sql`ALTER TABLE "userOrgs" ADD COLUMN "autoProvisioned" boolean DEFAULT false;`);
let usedNiceIds: string[] = [];
const usedNiceIds: string[] = [];
for (const resource of resources.rows) {
// Generate a unique name and ensure it's unique