-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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: change receiver model pointer to value #3338
Conversation
9e28e3d
to
d14eb77
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Please see my comment.
e739162
to
59fcf78
Compare
Signed-off-by: François Gouteroux <francois.gouteroux@gmail.com>
59fcf78
to
775e94a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I just have one small nit, can you please address it really quickly? 😄
Signed-off-by: François Gouteroux <francois.gouteroux@gmail.com>
Thank you very much for your contribution! |
Thanks for your review ! Happy to make my 1rst contribution ! |
* fix: change receiver pointer to value and add test Signed-off-by: François Gouteroux <francois.gouteroux@gmail.com> --------- Signed-off-by: François Gouteroux <francois.gouteroux@gmail.com>
* fix: change receiver pointer to value and add test Signed-off-by: François Gouteroux <francois.gouteroux@gmail.com> --------- Signed-off-by: François Gouteroux <francois.gouteroux@gmail.com>
Hello,
There is a bug when calling
/api/v2/receivers
, it return the same receiver name multiple times.Expected:
Got:
I think it was related to this change #3209.