mirror of
https://github.com/misenhower/splatoon3.ink.git
synced 2026-04-25 07:18:35 -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 null;
|
||||||
}
|
}
|
||||||
|
|
||||||
return `${festival}:${state}`;
|
return `${festival.id}:${state}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
async shouldPost(client) {
|
async shouldPost(client) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user