diff --git a/webapp/src/octoClient.ts b/webapp/src/octoClient.ts index 2d7be14e6..cebfb5daa 100644 --- a/webapp/src/octoClient.ts +++ b/webapp/src/octoClient.ts @@ -323,7 +323,7 @@ class OctoClient { const json = JSON.parse(text) // const json = await this.getJson(response) - return json.url + return json.fileId } catch (e) { Utils.logError(`uploadFile json ERROR: ${e}`) }