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

Encode Angular HttpClient generated params in console. #1052

Merged
merged 2 commits into from
Jul 10, 2023

Conversation

ftkg
Copy link
Contributor

@ftkg ftkg commented Jul 10, 2023

@ftkg ftkg requested review from zyro and sesposito July 10, 2023 14:01
Copy link
Member

@sesposito sesposito left a comment

Choose a reason for hiding this comment

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

Just a minor 💅 comment, otherwise LGTM

@@ -839,14 +839,14 @@ export class ConsoleService {
/** Delete (non-recorded) all user accounts. */
deleteAccounts(auth_token: string): Observable<any> {
const urlPath = `/v2/console/account`;
Copy link
Member

Choose a reason for hiding this comment

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

There's a few places where the generated file has indendation misalignment, this is likely due to a spaces vs tabs issues in the template.

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 needed?

Copy link
Contributor Author

@ftkg ftkg Jul 10, 2023

Choose a reason for hiding this comment

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

Probably zero impact, but I'm using the defined protoc-gen-go version in go.mod (v1.28.1)

@ftkg ftkg requested a review from sesposito July 10, 2023 14:29
@ftkg ftkg merged commit e08c03e into master Jul 10, 2023
2 checks passed
@ftkg ftkg deleted the ft-console-encode-params branch July 10, 2023 14:33
@ftkg ftkg linked an issue Jul 10, 2023 that may be closed by this pull request
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.

[console] In Nakama console storage request can't pass %2B character
2 participants