diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 33721c5..e138ed8 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,10 +4,9 @@
-
+
-
-
+
@@ -142,7 +141,6 @@
-
@@ -167,7 +165,8 @@
-
+
+
true
diff --git a/pkg/services/external_apns.go b/pkg/services/external_apns.go
index 8582539..ce2f110 100644
--- a/pkg/services/external_apns.go
+++ b/pkg/services/external_apns.go
@@ -19,7 +19,7 @@ func SetupAPNS() error {
AuthKey: authKey,
KeyID: viper.GetString("apns_credentials_key"),
TeamID: viper.GetString("apns_credentials_team"),
- })
+ }).Production()
return nil
}