Skip to content

Commit

Permalink
feat: hide Spotify module from marketplace
Browse files Browse the repository at this point in the history
  • Loading branch information
Delusoire committed Aug 12, 2024
1 parent 11a723a commit 2a907b5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const getModulesByIdentifier = () => {
modules,
(module) => module.getIdentifier(),
);
delete modulesByIdentifier.Spotify;
return modulesByIdentifier as Record<ModuleIdentifier, [Module]>;
};

Expand Down

0 comments on commit 2a907b5

Please sign in to comment.