Skip to content

Commit f6c2914

Browse files
committed
fix linting
1 parent 8a48c59 commit f6c2914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/open-next/src/overrides/incrementalCache/multi-tier-ddb-s3.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { CacheValue, IncrementalCache } from "types/overrides";
2-
import S3Cache, { getAwsClient } from "./s3-lite";
32
import { customFetchClient } from "utils/fetch";
43
import { debug } from "../../adapters/logger";
4+
import S3Cache, { getAwsClient } from "./s3-lite";
55

66
// TTL for the local cache in milliseconds
77
const localCacheTTL = process.env.OPEN_NEXT_LOCAL_CACHE_TTL

0 commit comments

Comments
 (0)