diff --git a/apps/hub-server/modules/event.ts b/apps/hub-server/modules/event.ts index 91abbfcd..c5bead02 100644 --- a/apps/hub-server/modules/event.ts +++ b/apps/hub-server/modules/event.ts @@ -34,7 +34,7 @@ export const handleParticipantFinished = async ( }, }); - if (event.discordRoleId && discordAccount) { + if (discordAccount) { await setStandardName({ memberId: discordAccount.discordId, userId: user.id,