Skip to content

Commit

Permalink
Remove random character
Browse files Browse the repository at this point in the history
  • Loading branch information
Swan committed Oct 10, 2024
1 parent 3b36032 commit f520bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/user_notifications.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func (n *UserNotification) AfterFind(*gorm.DB) error {

n.TimestampJSON = time.UnixMilli(n.Timestamp)
_ = json.Unmarshal([]byte(n.RawData), &n.Data)

return nil
}

Expand Down

0 comments on commit f520bd2

Please sign in to comment.