fix: réassigner variable URI
davvalent

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(
133 133
             devConsole("Dev triple store");
134 134
           }
135 135
         } else {
136
-          URI.replace("http", "https");
136
+          URI = URI.replace("http", "https");
137 137
         }
138 138
 
139 139
         /**
140 140