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,