Skip to content

Commit 46a9c18

Browse files
committed
lint
1 parent 551dfbe commit 46a9c18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cloudflare/src/api/overrides/tag-cache/do-sharded-tag-cache.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import { IgnorableError } from "@opennextjs/aws/utils/error.js";
55

66
import type { OpenNextConfig } from "../../../api/config.js";
77
import { getCloudflareContext } from "../../cloudflare-context";
8-
import { debugCache, purgeCacheByTags } from "../internal";
98
import { DOShardedTagCache } from "../../durable-objects/sharded-tag-cache.js";
9+
import { debugCache, purgeCacheByTags } from "../internal";
1010

1111
export const DEFAULT_WRITE_RETRIES = 3;
1212
export const DEFAULT_NUM_SHARDS = 4;

0 commit comments

Comments
 (0)