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

Token error #3

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Token error #3

wants to merge 2 commits into from

Conversation

hIASL99
Copy link

@hIASL99 hIASL99 commented Dec 5, 2023

Fixed token error described in #4

@hIASL99 hIASL99 changed the title #2 token error Token error Dec 5, 2023
event = (event as HttpResponse<any>).clone({
body: RefsInterceptor.resolveReferences((event as HttpResponse<any>).body)
});
if (req.body && typeof req.body !== 'string' && !(req.body instanceof FormData)) {
Copy link
Owner

@JeremyMahieu JeremyMahieu Dec 5, 2023

Choose a reason for hiding this comment

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

I like the way you've structured it, but I'd rather see generateReferencesRequest corrected(if needed) and used instead of having redundant code

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