From 1613b1c0867997c9e48784c7eaadf01618a2ed75 Mon Sep 17 00:00:00 2001 From: ansuz Date: Tue, 5 Dec 2017 15:15:49 +0100 Subject: [PATCH] flow compliance --- rpc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/rpc.js b/rpc.js index 3e28f7fed..dc5c539e3 100644 --- a/rpc.js +++ b/rpc.js @@ -436,6 +436,7 @@ var updateLimits = function (config, publicKey, cb /*:(?string, ?any[])=>void*/) k.replace(/\/([^\/]+)$/, function (all, safeKey) { var id = unescapeKeyCharacters(safeKey || ''); limits[id] = custom[k]; + return ''; }); }); return limits;