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 getNetworkInterfaces response returning a non-array #147

Merged
merged 1 commit into from
Apr 10, 2021

Conversation

bl0ggy
Copy link
Contributor

@bl0ggy bl0ggy commented Feb 20, 2020

when only one network inteface is returned.
The returned object is now the Array of network interfaces (as declared in the JSDoc) instead of an object containing the array.
This breaks backward compatibility!
Also breaks the test I added in the PR #144, depending on which PR is accepted first, I will add commit on this PR or the other.

when only one network inteface is returned.
The returned object is now the Array of network interfaces (as declared in the JSDoc) instead of an object containing the array.
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.1%) to 82.126% when pulling 45e6db9 on bl0ggy:fix_getNetworkInterfaces_response into 1a99557 on agsh:master.

@RogerHardiman RogerHardiman merged commit 7c9d2dd into agsh:master Apr 10, 2021
@bl0ggy bl0ggy deleted the fix_getNetworkInterfaces_response branch April 11, 2021 11:32
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.

None yet

3 participants