remove unused variable in payments code

This commit is contained in:
Matteo Pagliazzi
2016-05-24 21:41:14 +02:00
parent 67e68ece29
commit 2ca52785e1

View File

@@ -4,7 +4,6 @@ import {
getUserInfo,
sendTxn as txnEmail,
} from './email';
import members from '../../controllers/api-v3/members';
import moment from 'moment';
import nconf from 'nconf';
import pushNotify from './pushNotifications';