Node.Js ZKlib getRealTimeLogs not working
I use zklib library, npm link https://www.npmjs.com/package/node-zklib.
I call the function and declare it as follows:
zkInstance.getRealTimeLogs((data)=>{ // do something when some checkin console.log(data) })