mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
fix: Update notifications lib to make it testable
closes #7770 closes #7782
This commit is contained in:
@@ -5,7 +5,7 @@ import {
|
||||
sendTxn as txnEmail,
|
||||
} from './email';
|
||||
import moment from 'moment';
|
||||
import sendPushNotification from './pushNotifications';
|
||||
import { sendNotification as sendPushNotification } from './pushNotifications';
|
||||
import shared from '../../../common' ;
|
||||
|
||||
let api = {};
|
||||
|
||||
Reference in New Issue
Block a user