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: Everything #184

Merged
merged 2 commits into from
Jan 29, 2025
Merged

fix: Everything #184

merged 2 commits into from
Jan 29, 2025

Conversation

lforst
Copy link
Member

@lforst lforst commented Jan 24, 2025

  • Don't double encode urls for resources
  • Name default export so that the codebase is less confusing
  • Actually end response on unknown errors
  • Transmit to client if an unknown error occurs

- Don't double encode urls for resources
- Name default export so that the codebase is less confusing
- Actually end response on unknown errors
- Transmit to client if an unknown error occurs
@lforst lforst requested review from mydea and Lms24 January 29, 2025 09:20
Copy link
Member

@Lms24 Lms24 left a comment

Choose a reason for hiding this comment

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

:shipit:

() => {
res.set('Access-Control-Allow-Origin', '*');
res.set('Access-Control-Allow-Methods', 'POST');
res.set('Access-Control-Allow-Origin', '*');
Copy link
Member

Choose a reason for hiding this comment

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

l: why did we remove the startSpan call?

Copy link
Member Author

Choose a reason for hiding this comment

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

hm, I forgot. Adding back...

@lforst lforst merged commit 1fdafab into master Jan 29, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants