Fixes
This commit is contained in:
parent
10568efebe
commit
7f6fe8a582
5 changed files with 17 additions and 19 deletions
|
|
@ -112,7 +112,7 @@ export class SyncService {
|
|||
contentBytes: Uint8Array;
|
||||
}): Promise<components["schemas"]["DocumentUpdateResponse"]> {
|
||||
this.logger.debug(
|
||||
`Updating document ${documentId} with parent version ${parentVersionId} & ${new TextDecoder().decode(contentBytes)} & ${relativePath}`
|
||||
`Updating document ${documentId} with parent version ${parentVersionId} and relative path ${relativePath}`
|
||||
);
|
||||
const formData = new FormData();
|
||||
formData.append("parent_version_id", parentVersionId.toString());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue