Skip to content

Commit e8246f6

Browse files
committed
fix eslint error
1 parent e8d2705 commit e8246f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

routes/apiHandlers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const {
1717
isEmail,
1818
} = require('../helpers/validator');
1919
const { ApiError } = require('../helpers/errortypes.js');
20-
const { getTronAccount, updateTronUser } = require('../helpers/tron');
20+
const { getTronAccount } = require('../helpers/tron');
2121

2222
/**
2323
* Verifies that the json webtoken passed was signed by us and

0 commit comments

Comments
 (0)