parent
bfb2584970
commit
7e3c0143d1
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ import { doUpdateUploadProgress } from 'lbryinc';
|
||||||
// to perform calling methods at arbitrary urls
|
// to perform calling methods at arbitrary urls
|
||||||
// and pass form file fields
|
// and pass form file fields
|
||||||
export default function apiPublishCallViaWeb(
|
export default function apiPublishCallViaWeb(
|
||||||
apiCall: any => void,
|
apiCall: (any, any, any, any) => any,
|
||||||
connectionString: string,
|
connectionString: string,
|
||||||
token: string,
|
token: string,
|
||||||
method: string,
|
method: string,
|
||||||
|
|
Loading…
Reference in a new issue