Skip to content

Commit

Permalink
production mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Finb committed Nov 24, 2020
1 parent 5047b77 commit 891b952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.go
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ func runBarkServer() {
TeamID: "5U8LBRXG3A",
}

apnsClient = apns2.NewTokenClient(clientToken)
apnsClient = apns2.NewTokenClient(clientToken).Production()

addr := fmt.Sprint(listenAddr, ":", listenPort)
logrus.Info("Serving HTTP on " + addr)
Expand Down

0 comments on commit 891b952

Please sign in to comment.