Skip to content

Commit fd13839

Browse files
committed
Revert "Spot fix for picking up 5169 & 7738 scripts"
This reverts commit c65008b.
1 parent c539494 commit fd13839

File tree

1 file changed

+2
-2
lines changed
  • javascript/engine-js/src/repo

1 file changed

+2
-2
lines changed

javascript/engine-js/src/repo/Repo.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ export class Repo {
1616
* Any number of sources can be defined and their order changed.
1717
*/
1818
static REPO_SOURCES: SourceInterfaceConstructor[] = [
19-
ScriptURI,
20-
RegistryScriptURI,
19+
//ScriptURI,
20+
//RegistryScriptURI,
2121
LaunchpadAPI,
2222
TokenScriptRepo
2323
];

0 commit comments

Comments
 (0)