Skip to content

Commit

Permalink
fix: node object missing id (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanley288 authored and vivanov1410 committed Jun 29, 2016
1 parent e995864 commit a3a7794
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "solarwinds",
"version": "0.0.5",
"version": "0.0.6",
"description": "The Node.js library and CLI for the Solarwinds API",
"main": "./lib/solarwinds",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion src/nodes.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import parse from 'parse-duration'
import Node from './models/node'

const props = [
'NodeId AS id', 'DisplayName', 'IP', 'SysName',
'NodeID', 'DisplayName', 'IP', 'SysName',
'StatusDescription', 'UnManaged',
].join(', ')

Expand Down

0 comments on commit a3a7794

Please sign in to comment.