Fix a mistake

This commit is contained in:
Matt Isenhower 2022-12-23 15:11:10 -08:00
parent 37b74d8689
commit 2e7845cd03

View File

@ -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) {