mirror of
https://github.com/misenhower/splatoon3.ink.git
synced 2026-03-21 17:54:13 -05:00
Fix a mistake
This commit is contained in:
parent
37b74d8689
commit
2e7845cd03
|
|
@ -48,7 +48,7 @@ export default class SplatfestStatus extends StatusGenerator
|
|||
return null;
|
||||
}
|
||||
|
||||
return `${festival}:${state}`;
|
||||
return `${festival.id}:${state}`;
|
||||
}
|
||||
|
||||
async shouldPost(client) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user