chore: use new logger

This commit is contained in:
Aarnav Tale
2024-07-10 19:36:13 -04:00
parent 099bd3bcb8
commit ea8ecfb28f
3 changed files with 33 additions and 25 deletions
+1 -2
View File
@@ -80,8 +80,7 @@ export async function action({ request }: ActionFunctionArgs) {
}),
},
})
} catch (error) {
console.error(error)
} catch {
return json({
error: 'Invalid API key',
})