Skip to content

Commit

Permalink
Added notification management struct items
Browse files Browse the repository at this point in the history
  • Loading branch information
frikky committed Jan 22, 2024
1 parent 944a9f7 commit 86079c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions structs.go
Original file line number Diff line number Diff line change
Expand Up @@ -821,8 +821,8 @@ type Defaults struct {
WorkflowUploadUsername string `json:"workflow_upload_username" datastore:"workflow_upload_username"`
WorkflowUploadToken string `json:"workflow_upload_token" datastore:"workflow_upload_token"`

NewsletterDisabled bool `json:"newsletter" datastore:"newsletter"`
WeeklyRecommendationsDisabled bool `json:"weekly_recommendations" datastore:"weekly_recommendations"`
NewsletterDisabled bool `json:"newsletter" datastore:"newsletter_disabled"`
WeeklyRecommendationsDisabled bool `json:"weekly_recommendations" datastore:"weekly_recommendations_disabled"`
}

type CacheKeyData struct {
Expand Down

0 comments on commit 86079c7

Please sign in to comment.