Skip to content

Commit

Permalink
Update lib/src/builders/guild/scheduled_event.dart
Browse files Browse the repository at this point in the history
Co-authored-by: Abitofevrything <[email protected]>
  • Loading branch information
Lexedia and abitofevrything authored Oct 13, 2024
1 parent 035e8e0 commit ab8c6fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/builders/guild/scheduled_event.dart
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ class ScheduledEventUpdateBuilder extends UpdateBuilder<ScheduledEvent> {
if (type != null) 'entity_type': type!.value,
if (status != null) 'status': status!.value,
if (image != null) 'image': image!.buildDataString(),
if (!identical(recurrenceRule, sentinelRecurrenceRuleBuilder)) 'recurrence_rule': recurrenceRule!.build(),
if (!identical(recurrenceRule, sentinelRecurrenceRuleBuilder)) 'recurrence_rule': recurrenceRule?.build(),
};
}

Expand Down

0 comments on commit ab8c6fb

Please sign in to comment.