Skip to content

Commit

Permalink
need to fix onesignal
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-Nava authored Mar 8, 2024
1 parent 78c6fe1 commit 21d1385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func main() {

// load messengers
app := &App{logger: l}
app.onesignal = lib.NewOneSignal([]byte(cfg.Config), app.logger)
//app.onesignal = lib.NewOneSignal([]byte(cfg.Config), app.logger)
//
r := chi.NewRouter()
r.Post("/webhook/{provider}", wrap(app, handlePostback))
Expand Down

0 comments on commit 21d1385

Please sign in to comment.