Skip to content

Commit

Permalink
Fix event update
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaptoss committed Sep 23, 2024
1 parent 969d10c commit 3bc9a3c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/data/evtypes/models/event_type.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ func (e EventType) ForUpdate() map[string]any {
"short_description": e.ShortDescription,
"reward": e.Reward,
"title": e.Title,
"frequency": e.Frequency,
"starts_at": e.StartsAt,
"expires_at": e.ExpiresAt,
"auto_claim": e.AutoClaim,
Expand Down

0 comments on commit 3bc9a3c

Please sign in to comment.