Skip to content

Commit

Permalink
Revert "Spot fix for picking up 5169 & 7738 scripts"
Browse files Browse the repository at this point in the history
This reverts commit c65008b.
  • Loading branch information
micwallace committed Nov 7, 2024
1 parent c539494 commit fd13839
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions javascript/engine-js/src/repo/Repo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ export class Repo {
* Any number of sources can be defined and their order changed.
*/
static REPO_SOURCES: SourceInterfaceConstructor[] = [
ScriptURI,
RegistryScriptURI,
//ScriptURI,
//RegistryScriptURI,
LaunchpadAPI,
TokenScriptRepo
];
Expand Down

0 comments on commit fd13839

Please sign in to comment.