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 caddabb commit a0440aeCopy full SHA for a0440ae
src/server/routes/index.ts
@@ -55,7 +55,7 @@ export default async (fastify: FastifyInstance) => {
55
request.log.error({ message: 'pg connection string is invalid url' })
56
throw new Error('failed to process upstream connection details')
57
}
58
- done()
+ return done()
59
} catch (err) {
60
return done(err as Error)
61
0 commit comments