This commit is contained in:
Timothy Jaeryang Baek
2025-03-27 01:42:33 -07:00
parent 4a79320253
commit 69dee19568
2 changed files with 6 additions and 0 deletions

View File

@@ -85,6 +85,9 @@
return;
}
// remove trailing slash from url
url = url.replace(/\/$/, '');
const connection = {
url,
key,