From aa35e092f75f192b38e21e9b1db016b494666ab7 Mon Sep 17 00:00:00 2001 From: ansuz Date: Wed, 7 Oct 2020 15:17:29 +0530 Subject: [PATCH] update an inaccurate comment --- lib/commands/admin-rpc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/commands/admin-rpc.js b/lib/commands/admin-rpc.js index bd9978b0b..5604ec923 100644 --- a/lib/commands/admin-rpc.js +++ b/lib/commands/admin-rpc.js @@ -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); };