mirror of
https://github.com/misenhower/splatoon3.ink.git
synced 2026-08-20 07:34:28 -05:00
Fix a mistake
This commit is contained in:
@@ -48,7 +48,7 @@ export default class SplatfestStatus extends StatusGenerator
|
||||
return null;
|
||||
}
|
||||
|
||||
return `${festival}:${state}`;
|
||||
return `${festival.id}:${state}`;
|
||||
}
|
||||
|
||||
async shouldPost(client) {
|
||||
|
||||
Reference in New Issue
Block a user