Skip to content

Commit

Permalink
one release
Browse files Browse the repository at this point in the history
  • Loading branch information
lauti7 committed Jul 4, 2024
1 parent 0bf3678 commit 8d1b83e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/adapters/db.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ export function createDBComponent(components: Pick<AppComponents, 'pg' | 'logs'>
} catch (error) {
logger.error(error as any)
await client.query('ROLLBACK')
client.release()
throw error
} finally {
client.release()
Expand Down

0 comments on commit 8d1b83e

Please sign in to comment.