mirror of https://github.com/xwiki-labs/cryptpad
update an inaccurate comment
This commit is contained in:
parent
928b7e3583
commit
aa35e092f7
|
@ -225,7 +225,7 @@ var instanceStatus = function (Env, Server, cb) {
|
|||
});
|
||||
};
|
||||
|
||||
// CryptPad_AsyncStore.rpc.send('ADMIN', ['LIST_LIMITS'], console.log)
|
||||
// CryptPad_AsyncStore.rpc.send('ADMIN', ['GET_LIMITS'], console.log)
|
||||
var getLimits = function (Env, Server, cb) {
|
||||
cb(void 0, Env.limits);
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue