mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 06:56:04 +02:00
add ingore state for sentry
This commit is contained in:
@@ -60,6 +60,17 @@ pinia.use(
|
|||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
...state.Notification,
|
...state.Notification,
|
||||||
notificationTable: null
|
notificationTable: null
|
||||||
|
},
|
||||||
|
Moderation: {
|
||||||
|
// @ts-ignore
|
||||||
|
...state.Moderation,
|
||||||
|
playerModerationTable: null
|
||||||
|
},
|
||||||
|
Photon: null,
|
||||||
|
SharedFeed: {
|
||||||
|
// @ts-ignore
|
||||||
|
...state.SharedFeed,
|
||||||
|
sharedFeed: null
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user