Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
Delusoire committed Jul 8, 2024
1 parent 061572a commit 3bf321a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ import {
loadRemoteModules,
} from "./module.js";

await loadLocalModules();

await mixin(INTERNAL_TRANSFORMER);
await Promise.all([mixin(INTERNAL_TRANSFORMER), loadLocalModules()]);
console.time("onSpotifyPreInit");
await enableAllLoadableMixins();
console.timeEnd("onSpotifyPreInit");
Expand Down

0 comments on commit 3bf321a

Please sign in to comment.