mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-27 10:43:48 +02:00
Fix moving favorites
This commit is contained in:
@@ -309,7 +309,7 @@ export function $throw(code, error, endpoint) {
|
||||
if (endpoint?.startsWith('analysis/')) {
|
||||
ignoreError = true;
|
||||
}
|
||||
if (endpoint.endsWith('/mutuals') && (code === 403 || code === -1)) {
|
||||
if (endpoint?.endsWith('/mutuals') && (code === 403 || code === -1)) {
|
||||
ignoreError = true;
|
||||
}
|
||||
const text = message.map((s) => escapeTag(s)).join('<br>');
|
||||
|
||||
Reference in New Issue
Block a user