Skip to content

Commit

Permalink
fix prettier issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jhk482001 committed Jan 2, 2025
1 parent 63f2a4e commit 0c2cce3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/badge/handlers/moderation/awardBadge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,14 @@ async function awardBadge(
badgeId: string,
badgeMetaData: string
) {

const now = new Date().toISOString();

const badge = {
badgeId: badgeId,
badgeMetaData: badgeMetaData,
createdAt: now,
isDisplayed: true,
updatedAt: now,
};

try {
Expand Down

0 comments on commit 0c2cce3

Please sign in to comment.