mirror of
https://github.com/fosrl/pangolin.git
synced 2025-12-15 12:36:36 +00:00
Eslint fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user