Skip to content
Snippets Groups Projects
Commit 949fe654 authored by Sasha Ilieva's avatar Sasha Ilieva
Browse files

Return axios(config)

parent 30534a25
No related branches found
No related tags found
1 merge request!48269 implement workflow for signing already uploaded document dev
......@@ -45,8 +45,7 @@ WopiAPI.prototype.createDocument = async (passportUUID, path, contentType, title
const resourceID = response.data;
const passports = await this.getPassports(resourceID, contentType);
console.log(passports);
return passports;
return axios(config);
};
WopiAPI.prototype.putDocument = function (resourceID, accessToken, file) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment