properly threads overrideAccess through register operation

This commit is contained in:
James
2020-08-11 13:59:31 -04:00
parent 2978509034
commit 322b726be8

View File

@@ -50,6 +50,7 @@ async function register(args) {
hook: 'beforeChange',
operation: 'create',
req,
overrideAccess,
});
// /////////////////////////////////////
@@ -97,6 +98,7 @@ async function register(args) {
operation: 'read',
req,
depth,
overrideAccess,
});
// /////////////////////////////////////