chore(api): remove console.logs
This commit is contained in:
parent
618a2f67a4
commit
e8d790d799
@ -54,6 +54,6 @@ export const verifyAuthentication = async (c: Context) => {
|
||||
if (!userEntry) {
|
||||
throw new HTTPException(401, { message: 'Unauthorized' })
|
||||
}
|
||||
// console.log(userEntry)
|
||||
|
||||
return userEntry.id
|
||||
}
|
||||
|
@ -106,7 +106,6 @@ export function handleZodError(
|
||||
},
|
||||
c: Context,
|
||||
) {
|
||||
console.log('asdasasdas')
|
||||
if (!result.success) {
|
||||
const error = SchemaError.fromZod(result.error, c)
|
||||
return c.json<z.infer<ReturnType<typeof createErrorSchema>>>(
|
||||
|
Loading…
Reference in New Issue
Block a user