Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
escottalexander committed Nov 28, 2023
1 parent 62ce8c2 commit 61b7089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bitcore-wallet-service/src/lib/expressapp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ import express from 'express';
import _ from 'lodash';
import 'source-map-support/register';
import config from '../config';
import { logger, transport } from './logger';
import { Common } from './common';
import { ClientError } from './errors/clienterror';
import { Errors } from'./errors/errordefinitions';
import { logger, transport } from './logger';
import { LogMiddleware } from './middleware';
import { WalletService } from './server';
import { Stats } from './stats';
Expand Down

0 comments on commit 61b7089

Please sign in to comment.