mirror of
https://github.com/djdevin/recflare.git
synced 2026-09-09 07:01:27 -07:00
move JWT validation to package
This commit is contained in:
@@ -11,8 +11,7 @@ import {
|
||||
updateAccount,
|
||||
} from '@repo/domain'
|
||||
import { logger, withNotFound, withOnError } from '@repo/hono-helpers'
|
||||
|
||||
import { validateAndGetAccountId } from './jwt'
|
||||
import { validateAndGetAccountId } from '@repo/jwt'
|
||||
|
||||
import type { Context } from 'hono'
|
||||
import type { Account } from '@repo/domain'
|
||||
|
||||
Reference in New Issue
Block a user