Skip to content

Conversation

@lforst
Copy link
Contributor

@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 Lms24 and mydea 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
Contributor 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.

3 participants