mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-22 16:23:50 +02:00
jsconfig
This commit is contained in:
@@ -196,7 +196,7 @@ export function request(endpoint, options) {
|
||||
if (
|
||||
init.method === 'GET' &&
|
||||
status === 404 &&
|
||||
endpoint.startsWith('avatars/')
|
||||
endpoint?.startsWith('avatars/')
|
||||
) {
|
||||
ElMessage({
|
||||
message: t('message.api_handler.avatar_private_or_deleted'),
|
||||
|
||||
Reference in New Issue
Block a user