mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
remove unused variable in payments code
This commit is contained in:
@@ -4,7 +4,6 @@ import {
|
|||||||
getUserInfo,
|
getUserInfo,
|
||||||
sendTxn as txnEmail,
|
sendTxn as txnEmail,
|
||||||
} from './email';
|
} from './email';
|
||||||
import members from '../../controllers/api-v3/members';
|
|
||||||
import moment from 'moment';
|
import moment from 'moment';
|
||||||
import nconf from 'nconf';
|
import nconf from 'nconf';
|
||||||
import pushNotify from './pushNotifications';
|
import pushNotify from './pushNotifications';
|
||||||
|
|||||||
Reference in New Issue
Block a user