mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +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;
|
||||
}
|
||||
|
||||
//@ts-ignore
|
||||
body['customSchemas'] = { testing: { hasdog: true } };
|
||||
|
||||
responseData = await googleApiRequest.call(
|
||||
this,
|
||||
'PUT',
|
||||
|
||||
Reference in New Issue
Block a user