Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flagged Transactions #150

Closed
wants to merge 9 commits into from
10 changes: 0 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/controller/balance-controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ export default class BalanceController extends BaseController {
*/
private async getAllBalances(req: RequestWithToken, res: Response): Promise<void> {
this.logger.trace('Get all balances by', req.token.user);

let params: GetBalanceParameters;
let take;
let skip;
Expand Down
Loading
Loading