Skip to content

Commit

Permalink
add missing import for notificationManager (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
hichri-louay committed Apr 22, 2024
2 parents d22edd5 + bec4a40 commit c10d062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/external.controller.js
Expand Up @@ -13,7 +13,7 @@ const {
formatTokenBalance,
getNativeBalance,
} = require('../web3/wallets')

const { notificationManager } = require('./../manager/accounts')
const { generateAccessTokenExternal } = require('../helpers/utils')
const { Constants, TronConstant } = require('../conf/const')
const {
Expand Down

0 comments on commit c10d062

Please sign in to comment.