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(client): pointer arguments do not need to be returned #56

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

usk81
Copy link

@usk81 usk81 commented Jan 5, 2022

ポインタを引数で渡した場合、実際の値を渡しているわけではないので、戻り値として返却する必要はありません。
(返却時に引数のoauth2Tokenと戻り値のoauth2Tokenは同じになります)
bug riskになるのでむしろ返却しないほうがいいです。

すでに利用している方に影響が出ないように、プライベートメソッドだけ対応しました。

@ypresto ypresto marked this pull request as draft October 16, 2024 03:03
@ypresto
Copy link
Contributor

ypresto commented Oct 16, 2024

こちらPRしていただいたのにすみません 🙇 弊社都合ですが滞留してしまったため、一旦draftにさせていただきました 🙏

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