Skip to content

Commit 667b3a5

Browse files
committed
update DELETE
1 parent 1593dd2 commit 667b3a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/acl-checker.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,8 @@ class ACLChecker {
226226
} catch (e) {} // failed to fetch groupUrl
227227
}))
228228
if (!parentAcl) { // alain is it needed
229-
parentAcl = docAcl
230-
parentGraph = docGraph
229+
returnAcl.parentAcl = docAcl
230+
returnAcl.parentGraph = docGraph
231231
}
232232
return returnAcl
233233
}

0 commit comments

Comments
 (0)