Skip to content

Commit 3cd9ad2

Browse files
committed
lint
1 parent 95124a6 commit 3cd9ad2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/overrides/d1-tag-next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@
2626
"typescript": "catalog:",
2727
"wrangler": "catalog:"
2828
}
29-
}
29+
}

packages/cloudflare/src/cli/populate-cache/populate-cache.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@ export async function populateCache(
9494
[
9595
"d1 execute",
9696
"NEXT_CACHE_D1",
97-
`--command "CREATE TABLE IF NOT EXISTS revalidations (tag TEXT NOT NULL, revalidatedAt INTEGER NOT NULL, UNIQUE(tag) ON CONFLICT REPLACE);"`
97+
`--command "CREATE TABLE IF NOT EXISTS revalidations (tag TEXT NOT NULL, revalidatedAt INTEGER NOT NULL, UNIQUE(tag) ON CONFLICT REPLACE);"`,
9898
],
9999
{ ...populateCacheOptions, logging: "error" }
100-
)
100+
);
101101

102102
logger.info("\nSuccessfully created D1 table");
103103
break;

0 commit comments

Comments
 (0)