Fix presence server Splatoon 3 data

This commit is contained in:
Samuel Elliott 2025-04-02 18:57:43 +01:00
parent cdf175a3bd
commit dd73e31df5
No known key found for this signature in database
GPG Key ID: 8420C7CDE43DC4D6

View File

@ -398,7 +398,7 @@ class SplatNet3ApiUser extends SplatNet3User {
}
await this.update('fest_records', async () => {
this.fest_records = await this.splatnet.persistedQuery<FestRecordResult>('c8660a636e73dcbf55c12932bc301b1c9db2aa9a78939ff61bf77a0ea8ff0a88', {});
this.fest_records = await this.splatnet.persistedQuery<FestRecordResult>('2e2faf16315ace9e4bc83cf11d5a2598292d36c9192a7ab1bf758d2f8fee2870', {});
}, this.update_interval_schedules);
const current_or_upcoming_fest = this.fest_records!.data.festRecords.edges.find(edge =>