flow compliance
This commit is contained in:
parent
6e80dce9d4
commit
1613b1c086
1
rpc.js
1
rpc.js
@ -436,6 +436,7 @@ var updateLimits = function (config, publicKey, cb /*:(?string, ?any[])=>void*/)
|
|||||||
k.replace(/\/([^\/]+)$/, function (all, safeKey) {
|
k.replace(/\/([^\/]+)$/, function (all, safeKey) {
|
||||||
var id = unescapeKeyCharacters(safeKey || '');
|
var id = unescapeKeyCharacters(safeKey || '');
|
||||||
limits[id] = custom[k];
|
limits[id] = custom[k];
|
||||||
|
return '';
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
return limits;
|
return limits;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user