flow compliance

This commit is contained in:
ansuz 2017-12-05 15:15:49 +01:00
parent 6e80dce9d4
commit 1613b1c086

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;