mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +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,6 +1,6 @@
|
||||
import _ from 'lodash';
|
||||
import nconf from 'nconf';
|
||||
import apn from 'apn';
|
||||
import apn from '@parse/node-apn';
|
||||
import gcmLib from 'node-gcm'; // works with FCM notifications too
|
||||
import logger from './logger';
|
||||
import { // eslint-disable-line import/no-cycle
|
||||
|
||||
Reference in New Issue
Block a user