Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
TeddyRoncin committed Sep 11, 2024
1 parent a47b7ca commit 68f9353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/admin/badges/generateBadges.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export default [
),
firstName: user[0].firstname,
lastName: user[0].lastname,
image: `${env.front.website}/uploads/files/orga/${user[0].orga.photoFilename}.webp` ?? '',
image: `${env.front.website}/uploads/files/orga/${user[0].orga.photoFilename}.webp`,
commissionName: getCommissionName(
user[0].orga.roles[mainCommissionIndex].commissionRole,
user[0].orga.roles[mainCommissionIndex].commission.id,
Expand Down

0 comments on commit 68f9353

Please sign in to comment.