Skip to content

Commit

Permalink
feat: code review
Browse files Browse the repository at this point in the history
  • Loading branch information
UvgenGen committed Apr 10, 2023
1 parent bb0d3c6 commit d01ba47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/initialize.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export async function runtimeConfig() {
}
}

export async function loadExternalScripts(externalScripts, data) {
export function loadExternalScripts(externalScripts, data) {
externalScripts.forEach(ExternalScript => {
const script = new ExternalScript(data);
script.loadScript();
Expand Down

0 comments on commit d01ba47

Please sign in to comment.