Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm authored and github-actions[bot] committed Mar 16, 2024
1 parent a8d58a6 commit a19a34e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dev/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { vValidator as validator } from '@hono/valibot-validator'
import { bytesToHex } from '@noble/curves/abstract/utils'
import { ed25519 } from '@noble/curves/ed25519'
import { Hono } from 'hono'
import { HTTPException } from 'hono/http-exception'
import type { InferResponseType, hc } from 'hono/client'
import {
deleteCookie,
Expand All @@ -11,6 +10,7 @@ import {
setCookie,
setSignedCookie,
} from 'hono/cookie'
import { HTTPException } from 'hono/http-exception'

import {
defaultCookieOptions,
Expand Down

0 comments on commit a19a34e

Please sign in to comment.