Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add error handler on client #429

Merged
merged 1 commit into from
Jan 26, 2024
Merged

Conversation

fenos
Copy link
Contributor

@fenos fenos commented Jan 26, 2024

Add pg client on error handler

@@ -43,14 +39,19 @@ export async function onIncomingRequest(
})
})

if (rawReq.method === 'OPTIONS') {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this change meant to be part of this PR?

@coveralls
Copy link

Pull Request Test Coverage Report for Build 7670644509

  • -8 of 22 (63.64%) changed or added relevant lines in 4 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.03%) to 82.944%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/http/routes/tus/lifecycle.ts 4 6 66.67%
src/database/migrate.ts 8 14 57.14%
Totals Coverage Status
Change from base Build 7651994109: -0.03%
Covered Lines: 7892
Relevant Lines: 9409

💛 - Coveralls

@fenos fenos merged commit 0fb6962 into master Jan 26, 2024
1 check passed
@fenos fenos deleted the storage/handler-on-error-on-client branch January 26, 2024 16:27
Copy link

🎉 This PR is included in version 0.46.5 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants