async removed from publish.js

This commit is contained in:
utkarshiam 2019-10-09 01:17:05 +05:30 committed by Sean Yesmunt
parent f0a3376e1a
commit 6471aa2140

View file

@ -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 },