Added check for REDIS_URL. Closes #3677.
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
if (excludeSearch) u.search = '';
|
||||
if (excludeHash) u.hash = '';
|
||||
return u.toString();
|
||||
} catch (e) {
|
||||
} catch {
|
||||
return raw;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user