Skip to content

Commit 3625d08

Browse files
committed
fix lint issue
1 parent 0c2f447 commit 3625d08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/utils/cache.server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import fs from 'node:fs'
22
import path from 'node:path'
3+
import { DatabaseSync } from 'node:sqlite'
34
import {
45
cachified as baseCachified,
56
verboseReporter,
@@ -13,7 +14,6 @@ import {
1314
} from '@epic-web/cachified'
1415
import { remember } from '@epic-web/remember'
1516
import { LRUCache } from 'lru-cache'
16-
import { DatabaseSync } from 'node:sqlite'
1717
import { z } from 'zod'
1818
import { cachifiedTimingReporter, type Timings } from './timing.server.ts'
1919

0 commit comments

Comments
 (0)