Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
allanlasser committed Dec 13, 2023
1 parent 8d7ce8e commit 8b3061b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/document.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ export async function changeAccess(ids, access) {

export async function changeRevisionControl(ids, revision_control) {
// Enable or disable revision control on specified documents
console.log("changeRevisionControl", ids, revision_control);
await session.patch(
apiUrl(`documents/`),
ids.map((id) => {
Expand Down

0 comments on commit 8b3061b

Please sign in to comment.