Skip to content

Commit

Permalink
steamCDN -> steamcdn
Browse files Browse the repository at this point in the history
  • Loading branch information
cbartondock committed May 25, 2024
1 parent 4ffbc30 commit a26a8d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/image-providers/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const imageProviders = {
'steamCDN': new Worker(new URL('./steamCDN.worker', import.meta.url), {name: 'steamCDN'}),
'steamCDN': new Worker(new URL('./steamcdn.worker', import.meta.url), {name: 'steamCDN'}),
'sgdb': new Worker(new URL('./steamgriddb.worker', import.meta.url), {name: 'sgdb'}),
}

0 comments on commit a26a8d9

Please sign in to comment.