async removed from publish.js
This commit is contained in:
parent
f0a3376e1a
commit
6471aa2140
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ function checkAndParseFix(response) {
|
|||
// A modified version of Lbry.apiCall that allows
|
||||
// to perform calling methods at arbitrary urls
|
||||
// and pass form file fields
|
||||
async function apiCallViaWeb(
|
||||
function apiCallViaWeb(
|
||||
connectionString: string,
|
||||
method: string,
|
||||
params: { file_path: string },
|
||||
|
|
Loading…
Add table
Reference in a new issue