mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 06:13:52 +02:00
add ingore state for sentry
This commit is contained in:
@@ -60,6 +60,17 @@ pinia.use(
|
||||
// @ts-ignore
|
||||
...state.Notification,
|
||||
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