Skip to content

Commit

Permalink
nit: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dalechyn committed Jul 26, 2024
1 parent abd0bef commit 36cdb8f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/utils/getFrameContext.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { Input, Context as Context_Hono } from 'hono'
import type { Context as Context_Hono, Input } from 'hono'
import type { Context, FrameContext } from '../types/context.js'
import type { Env } from '../types/env.js'
import { getIntentState } from './getIntentState.js'
Expand Down
2 changes: 1 addition & 1 deletion src/utils/getImageContext.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { Input, Context as Context_Hono } from 'hono'
import type { Context as Context_Hono, Input } from 'hono'
import type { Context, ImageContext } from '../types/context.js'
import type { Env } from '../types/env.js'

Expand Down
2 changes: 1 addition & 1 deletion src/utils/getSignatureContext.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { HonoRequest, Input, Context as Context_Hono } from 'hono'
import type { Context as Context_Hono, HonoRequest, Input } from 'hono'
import type { Context, SignatureContext } from '../types/context.js'
import type { Env } from '../types/env.js'
import type { SignatureResponse } from '../types/signature.js'
Expand Down
2 changes: 1 addition & 1 deletion src/utils/getTransactionContext.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { HonoRequest, Input, Context as Context_Hono } from 'hono'
import type { Context as Context_Hono, HonoRequest, Input } from 'hono'
import {
type Abi,
AbiFunctionNotFoundError,
Expand Down

0 comments on commit 36cdb8f

Please sign in to comment.