mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-21 07:43:50 +02:00
Fix cache size and switch to using fileAnalysis for bundle sizes
This commit is contained in:
@@ -267,7 +267,7 @@ const gameLog = {
|
||||
|
||||
async getVisitCount(worldId) {
|
||||
var ref = {
|
||||
visitCount: '',
|
||||
visitCount: 0,
|
||||
worldId: ''
|
||||
};
|
||||
await sqliteService.execute(
|
||||
|
||||
Reference in New Issue
Block a user