Typo in Rainbow SDK for Nodejs
RéponduHi,
I found a typo in the Rainbow SDK for Nodejs (rainbow-node-sdk).
File: Options.js
Path to file: rainbow-node-sdk\lib\config\
Line: 43
this._logger.log("error", LOG_ID + "(constructor) application' property is not defined. Can't sign-in. Check the documentation to configure it");
There should be a ' before application, like this:
this._logger.log("error", LOG_ID + "(constructor) 'application' property is not defined. Can't sign-in. Check the documentation to configure it");
Regards,
Steven
Vous devez vous connecter pour laisser un commentaire.
Commentaires
3 commentaires