davvalent commited on 2023-04-03 04:05:19 Showing 1 changed files, with 1 additions and 1 deletions.
@@ -133,7 +133,7 @@ console.log(
devConsole("Dev triple store");
}
} else {
- URI.replace("http", "https");
+ URI = URI.replace("http", "https");
/**