flow compliance

pull/1/head
ansuz 2017-12-05 15:15:49 +01:00
parent 6e80dce9d4
commit 1613b1c086
1 changed files with 1 additions and 0 deletions

1
rpc.js
View File

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