Skip to content

Commit

Permalink
fix(bark): fix param url (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
keocheung authored Sep 16, 2023
1 parent a59c927 commit 69f6102
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 @@ -58,6 +58,7 @@ func (service *Service) sendAPI(config *Config, message string) error {
Group: config.Group,
Badge: &config.Badge,
Icon: config.Icon,
URL: config.URL,
}
jsonClient := jsonclient.NewClient()

Expand Down

0 comments on commit 69f6102

Please sign in to comment.