chore: formatted to ensure successful build (#905)

pull/908/head
Yusuke Wada 2024-12-25 18:16:30 +09:00 committed by GitHub
parent 7a401b0850
commit f51320bed0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import { Enforcer } from 'casbin'
import type { MiddlewareHandler, type Context } from 'hono'
import type { MiddlewareHandler, Context } from 'hono'
interface CasbinOptions {
newEnforcer: Promise<Enforcer>