mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 23:03:51 +02:00
Fix CancelFriendRequest typo
This commit is contained in:
@@ -2610,6 +2610,12 @@ class Database {
|
||||
}
|
||||
}
|
||||
|
||||
async fixCancelFriendRequestTypo() {
|
||||
await sqliteService.executeNonQuery(
|
||||
`UPDATE ${Database.userPrefix}_friend_log_history SET type = 'CancelFriendRequest' WHERE type = 'CancelFriendRequst'`
|
||||
);
|
||||
}
|
||||
|
||||
async vacuum() {
|
||||
await sqliteService.executeNonQuery('VACUUM');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user