Skip to content

Commit

Permalink
fix(bark): fix param icon (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
keocheung committed Aug 10, 2023
1 parent ad5ad8e commit f4d52db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/services/bark/bark.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ func (service *Service) sendAPI(config *Config, message string) error {
Sound: config.Sound,
Group: config.Group,
Badge: &config.Badge,
Icon: config.Icon,
}
jsonClient := jsonclient.NewClient()

Expand Down

0 comments on commit f4d52db

Please sign in to comment.