Update src/node/db/API.js

Corrected function documentation.
pull/1272/head
Stephan Jauernick 2012-12-06 21:26:51 +01:00 committed by Stephan Jauernick
parent 26ece95905
commit 4318d210ce
1 changed files with 2 additions and 1 deletions

View File

@ -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)
{