Flow error fix.

Partial fix for #2024
This commit is contained in:
Jeffrey Fisher 2020-04-20 22:41:01 -07:00 committed by Sean Yesmunt
parent bfb2584970
commit 7e3c0143d1

View file

@ -12,7 +12,7 @@ import { doUpdateUploadProgress } from 'lbryinc';
// to perform calling methods at arbitrary urls
// and pass form file fields
export default function apiPublishCallViaWeb(
apiCall: any => void,
apiCall: (any, any, any, any) => any,
connectionString: string,
token: string,
method: string,