Skip to content

Commit 04ad959

Browse files
authored
Merge pull request #599 from pe4cey/3.0-ha-sysinfo-fix
Fixes mapping issue when using :sysinfo with HA
2 parents 7b10138 + 73b8ec6 commit 04ad959

File tree

8 files changed

+400
-242
lines changed

8 files changed

+400
-242
lines changed

__mocks__/neo4j.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ var out = {
2828
this.identity = id
2929
},
3030
Path: function Path () {}
31-
}
31+
},
32+
isInt: () => {}
3233
}
3334
}
3435

src/browser/modules/Stream/SysInfoFrame.jsx

Lines changed: 0 additions & 238 deletions
This file was deleted.

0 commit comments

Comments
 (0)