Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
owl352 committed Nov 28, 2024
1 parent 1976928 commit 17221fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/api/src/controllers/IdentitiesController.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ const { WITHDRAWAL_CONTRACT_TYPE } = require('../constants')
const WithdrawalsContract = require('../../data_contracts/withdrawals.json')
const { getAliasInfo } = require('../utils')
const { base58 } = require('@scure/base')
const PaginatedResultSet = require('../models/PaginatedResultSet')
const { decodeStateTransition } = require('../utils')

class IdentitiesController {
constructor (client, knex, dapi) {
Expand Down

0 comments on commit 17221fe

Please sign in to comment.