Added check for REDIS_URL. Closes #3677.

This commit is contained in:
Mike Cao
2025-11-10 21:08:55 -08:00
parent 8787764e0e
commit 592f7c0ae7
3 changed files with 5 additions and 2 deletions

View File

@@ -45,7 +45,7 @@
if (excludeSearch) u.search = '';
if (excludeHash) u.hash = '';
return u.toString();
} catch (e) {
} catch {
return raw;
}
};