mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 19:11:13 +00:00
fix(G Suite Admin Node): fix issue with user update operation failing (#4317)
This commit is contained in:
committed by
GitHub
parent
6d62471a11
commit
3e157f73a4
@@ -407,9 +407,6 @@ export class GSuiteAdmin implements INodeType {
|
|||||||
delete body.emailUi;
|
delete body.emailUi;
|
||||||
}
|
}
|
||||||
|
|
||||||
//@ts-ignore
|
|
||||||
body['customSchemas'] = { testing: { hasdog: true } };
|
|
||||||
|
|
||||||
responseData = await googleApiRequest.call(
|
responseData = await googleApiRequest.call(
|
||||||
this,
|
this,
|
||||||
'PUT',
|
'PUT',
|
||||||
|
|||||||
Reference in New Issue
Block a user