mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-14 05:07:22 +01:00
Upgrade APN module (#12818)
* switch apn module to up to date version @parse/apn * remove old module * fix unit tests
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import apn from 'apn/mock';
|
||||
import apn from '@parse/node-apn/mock';
|
||||
import _ from 'lodash';
|
||||
import nconf from 'nconf';
|
||||
import gcmLib from 'node-gcm'; // works with FCM notifications too
|
||||
|
||||
Reference in New Issue
Block a user