Skip to content

Commit 69a1111

Browse files
committed
chore: fix lint
1 parent eaa66be commit 69a1111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/src/utils/worker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ type Opts = {
1212
}
1313

1414
let configPath: string | undefined
15-
let contextCache: { [configPath: string]: Promise<PandaContext> } = {}
15+
const contextCache: { [configPath: string]: Promise<PandaContext> } = {}
1616

1717
async function _getContext(configPath: string | undefined) {
1818
if (!configPath) throw new Error('Invalid config path')

0 commit comments

Comments
 (0)