Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
soloseng committed Jul 25, 2023
1 parent 7f508a9 commit 15dfe06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Logger from 'bunyan'
import { Knex } from 'knex'
import { config } from '../../../config'
import { Histograms, meter } from '../../metrics'
import { ACCOUNTS_COLUMNS, ACCOUNTS_TABLE, AccountRecord, toAccountRecord } from '../models/account'
import { AccountRecord, ACCOUNTS_COLUMNS, ACCOUNTS_TABLE, toAccountRecord } from '../models/account'
import { countAndThrowDBError, tableWithLockForTrx } from '../utils'

function accounts(db: Knex, table: ACCOUNTS_TABLE) {
Expand Down

0 comments on commit 15dfe06

Please sign in to comment.