nazarovsa / node-qiwi-api

Node API to work with QIWI Wallet
MIT License
13 stars 12 forks source link

Non-closed parenthesis #6

Closed Ilex4524 closed 6 years ago

Ilex4524 commented 6 years ago

Hello! I noticed what almost in every example given in https://www.npmjs.com/package/node-qiwi-api you forgot to close parenthesis, e. g. here:

Wallet.getAccountInfo((err, info) => {
  if(err) {
    /*hanle error*/
  }
  console.log(info);
}

Anyway, thank you very much for this module, it's useful for me and I believe not only for me.

nazarovsa commented 6 years ago

Thank you!