Skip to content

Commit

Permalink
Fix windows and mac builds
Browse files Browse the repository at this point in the history
  • Loading branch information
quexten committed Dec 28, 2023
1 parent 7f4565b commit 258b17c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/notify/unimplemented.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

package notify

func Notify(title string, body string) error {
func Notify(title string, body string, actionName string, onclose func()) error {
// no notifications on windows or darwin
return nil
}
Expand Down

0 comments on commit 258b17c

Please sign in to comment.