Skip to content

Commit

Permalink
fix conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
devksingh4 committed Sep 3, 2024
1 parent 2125c5d commit 658edd1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/functions/discord.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ export const updateDiscord = async (
privacyLevel: GuildScheduledEventPrivacyLevel.GuildOnly,
name: fullTitle,
description: fullDescription,
image: existingMetadata?.coverImageURL({}) || undefined,
scheduledStartTime: moment.tz(start, "America/Chicago").utc().toDate(),
scheduledEndTime: end && moment.tz(end, "America/Chicago").utc().toDate(),
image: existingMetadata?.coverImageURL({}) || undefined,
Expand Down

0 comments on commit 658edd1

Please sign in to comment.