Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
anubra266 committed Oct 16, 2024
1 parent eaa66be commit 69a1111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/src/utils/worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ type Opts = {
}

let configPath: string | undefined
let contextCache: { [configPath: string]: Promise<PandaContext> } = {}
const contextCache: { [configPath: string]: Promise<PandaContext> } = {}

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

0 comments on commit 69a1111

Please sign in to comment.