Skip to content

Commit

Permalink
Merge pull request #360 from systemli/Add-missing-form-fields
Browse files Browse the repository at this point in the history
πŸ› Add missing form fields
  • Loading branch information
0x46616c6b authored Feb 1, 2025
2 parents 60f884c + 1e4e120 commit df29482
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/storage/ticker.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ func (t *Ticker) AsMap() map[string]interface{} {
"email": t.Information.Email,
"twitter": t.Information.Twitter,
"facebook": t.Information.Facebook,
"threads": t.Information.Threads,
"instagram": t.Information.Instagram,
"telegram": t.Information.Telegram,
"bluesky": t.Information.Bluesky,
"mastodon": t.Information.Mastodon,
Expand Down

0 comments on commit df29482

Please sign in to comment.