Skip to content

Commit

Permalink
Add missing property for mastodon link
Browse files Browse the repository at this point in the history
  • Loading branch information
y3n4 committed Sep 9, 2024
1 parent 841264a commit 832dafe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/storage/ticker.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ func (t *Ticker) AsMap() map[string]interface{} {
"facebook": t.Information.Facebook,
"telegram": t.Information.Telegram,
"bluesky": t.Information.Bluesky,
"mastodon": t.Information.Mastodon,
"lat": t.Location.Lat,
"lon": t.Location.Lon,
}
Expand Down

0 comments on commit 832dafe

Please sign in to comment.