Skip to content

Commit c65008b

Browse files
Spot fix for picking up 5169 & 7738 scripts
1 parent 52ef245 commit c65008b

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)