Skip to content

Commit 86a1007

Browse files
committed
chore: return done
1 parent a2b89d0 commit 86a1007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/routes/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export default async (fastify: FastifyInstance) => {
5555
request.log.error({ message: 'pg connection string is invalid url' })
5656
throw new Error('failed to process upstream connection details')
5757
}
58-
done()
58+
return done()
5959
} catch (err) {
6060
return done(err as Error)
6161
}

0 commit comments

Comments
 (0)