8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75bf7b7 commit d99a22fCopy full SHA for d99a22f
src/server/utils.ts
@@ -9,6 +9,7 @@ export const extractRequestForLogging = (request: FastifyRequest) => {
9
}
10
} catch (e: any) {
11
console.warn('failed to parse PG connstring for ' + request.url)
12
+ console.warn('just to test')
13
14
15
const additional = request.headers['x-supabase-info']?.toString() || ''
@@ -21,6 +22,8 @@ export const extractRequestForLogging = (request: FastifyRequest) => {
21
22
23
24
25
+
26
27
export function translateErrorToResponseCode(
28
error: { message: string },
29
defaultResponseCode = 400
0 commit comments