Skip to content

Commit

Permalink
fix: réassigner variable URI
Browse files Browse the repository at this point in the history
  • Loading branch information
davvalent committed Apr 3, 2023
1 parent 0b2ed91 commit ae5d3f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ console.log(
devConsole("Dev triple store");
}
} else {
URI.replace("http", "https");
URI = URI.replace("http", "https");
}

/**
Expand Down

0 comments on commit ae5d3f8

Please sign in to comment.