update an inaccurate comment

This commit is contained in:
ansuz 2020-10-07 15:17:29 +05:30
parent 928b7e3583
commit aa35e092f7

View file

@ -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);
};