Skip to content

Commit

Permalink
fix, scheduled announcements: creating new schedules
Browse files Browse the repository at this point in the history
  • Loading branch information
dxstiny committed Sep 25, 2024
1 parent 09df3ba commit 39b7432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/db/datamodels/schedule.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def to_db(self) -> Any:
return {
"FK_announcement_id": self.announcement.id,
"scope": self.scope.value,
"type": self.type,
"type": self.type.name,
"server": self.server,
"persona": self.persona,
"time": self.time.isoformat(),
Expand Down

0 comments on commit 39b7432

Please sign in to comment.