🐛 Fix APNs non-production

This commit is contained in:
2024-06-07 21:02:25 +08:00
parent 533745e0e4
commit b76e7d41cf
2 changed files with 5 additions and 6 deletions

View File

@ -19,7 +19,7 @@ func SetupAPNS() error {
AuthKey: authKey,
KeyID: viper.GetString("apns_credentials_key"),
TeamID: viper.GetString("apns_credentials_team"),
})
}).Production()
return nil
}