type(api): remove useless supress

This commit is contained in:
George Lima 2019-01-23 12:38:10 -03:00
parent 0c72ab9590
commit e918f319ba
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ const client = got.extend({
auth: `${RPC.user}:${RPC.password}`,
});
// $FlowFixMe
const api: APIMethods = METHODS.reduce(
(obj, method) => ({
...obj,