Update src/node/db/API.js
Corrected function documentation.
This commit is contained in:
parent
26ece95905
commit
4318d210ce
1 changed files with 2 additions and 1 deletions
|
@ -553,7 +553,8 @@ checkToken() returns ok when api token is valid
|
|||
|
||||
Example returns:
|
||||
|
||||
{code: 0, message:"ok"}
|
||||
{"code":0,"message":"ok","data":null}
|
||||
{"code":4,"message":"no or wrong API Key","data":null}
|
||||
*/
|
||||
exports.checkToken = function(callback)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue