Skip to content

Commit c7ee95d

Browse files
chore: wip
1 parent c067652 commit c7ee95d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/bun-queue/src/config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ let _config: QueueConfig | null = null
3030
export async function getConfig(): Promise<QueueConfig> {
3131
if (!_config) {
3232
_config = await loadConfig({
33-
name: 'queue',
34-
defaultConfig,
35-
})
33+
name: 'queue',
34+
defaultConfig,
35+
})
3636
}
3737
return _config
3838
}

0 commit comments

Comments
 (0)