Skip to content

Commit 41a2f00

Browse files
committed
Merge branch 'hotfix-1.5.10' of https://github.com/bitholla/hollaex-kit into hotfix-1.5.10
2 parents cb4a1e7 + 6e0c2f5 commit 41a2f00

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

plugins/vault/crons/processWithdrawals.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ const rp = require('request-promise');
55
const { each } = require('lodash');
66
const { all, delay } = require('bluebird');
77
const { GET_CONFIGURATION, GET_SECRETS } = require('../../../constants');
8-
const { VAULT_ENDPOINT } = require('../../constants');
9-
const { ERC_TOKENS } = require('../../constants');
8+
const { ERC_TOKENS, VAULT_ENDPOINT } = require('../../constants');
109
const moment = require('moment');
1110
const { loggerDeposits } = require('../../../config/logger');
1211
const mathjs = require('mathjs');

0 commit comments

Comments
 (0)