From 7e3c0143d1e5d73ab86648d9ee3c074d60216da2 Mon Sep 17 00:00:00 2001 From: Jeffrey Fisher Date: Mon, 20 Apr 2020 22:41:01 -0700 Subject: [PATCH] Flow error fix. Partial fix for #2024 --- lbrytv/setup/publish.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lbrytv/setup/publish.js b/lbrytv/setup/publish.js index 59e7b10b7..855c724d9 100644 --- a/lbrytv/setup/publish.js +++ b/lbrytv/setup/publish.js @@ -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,