-
Notifications
You must be signed in to change notification settings - Fork 674
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
NOISSUE - Remove BS response empty channels check #720
Conversation
Remove empty list of channels check from the default Bootstrap reader implementation. Signed-off-by: Dušan Borovčanin <dusan.borovcanin@mainflux.com>
Codecov Report
@@ Coverage Diff @@
## master #720 +/- ##
==========================================
- Coverage 85.63% 85.63% -0.01%
==========================================
Files 64 64
Lines 4011 4009 -2
==========================================
- Hits 3435 3433 -2
+ Misses 394 393 -1
- Partials 182 183 +1
Continue to review full report at Codecov.
|
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
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
Remove empty list of channels check from the default Bootstrap reader implementation. Signed-off-by: Dušan Borovčanin <dusan.borovcanin@mainflux.com>
Remove empty list of channels check from the default Bootstrap reader implementation. Signed-off-by: Dušan Borovčanin <dusan.borovcanin@mainflux.com>
Remove empty list of channels check from the default Bootstrap reader implementation. Signed-off-by: Dušan Borovčanin <dusan.borovcanin@mainflux.com>
What does this do?
This pull request removes the unnecessary check if the given list of channels is empty when encoding Bootstrap config to Mainflux response.