Skip to content

Commit

Permalink
restore user-tracks loader worker
Browse files Browse the repository at this point in the history
  • Loading branch information
j8seangel committed Jul 25, 2024
1 parent e6d5bc7 commit 414af23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/deck-loaders/src/user/user-tracks-loader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const UserTrackWorkerLoader: Loader<UserTrackData, any, UserTracksLoaderO
version: packageJson?.version,
extensions: ['*'],
mimeTypes: ['application/json'],
worker: false, //TODO:deck use worker here
worker: true,
options: {
userTracks: {
filters: {},
Expand Down

0 comments on commit 414af23

Please sign in to comment.