Fix linting errors

This commit is contained in:
Owen
2026-01-19 17:57:55 -08:00
parent 7ae6b2df05
commit 1a36cd0317
4 changed files with 4 additions and 4 deletions

View File

@@ -305,7 +305,7 @@ export default async function migration() {
const subnets = site.remoteSubnets.split(",");
for (const subnet of subnets) {
// Generate a unique niceId for each new site resource
let niceId = generateName();
const niceId = generateName();
insertCidrResource.run(
site.siteId,
subnet.trim(),