fixed condition for discord role assignment #81

Merged
PxlLoewe merged 1 commits from staging into release 2025-07-23 04:40:07 +00:00

View File

@@ -34,7 +34,7 @@ export const handleParticipantFinished = async (
},
});
if (event.discordRoleId && discordAccount) {
if (discordAccount) {
await setStandardName({
memberId: discordAccount.discordId,
userId: user.id,