Skip to content

Commit

Permalink
fix: Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fzavalia committed Mar 12, 2024
1 parent a2efb92 commit b064fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/handlers/wert-signer-handler.spec.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as authorizationMiddleware from 'decentraland-crypto-middleware'
import { createWertSignerHandler } from '../../src/controllers/handlers/wert-signer-handler'
import { AppComponents, HandlerContextWithPath, StatusCode } from '../../src/types'
import { Target } from '../../src/ports/wert-signer/types'
import { AppComponents, HandlerContextWithPath, StatusCode } from '../../src/types'

describe('when getting the wert singer handler', () => {
const wertSignerMock = {
Expand Down

0 comments on commit b064fb9

Please sign in to comment.