mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-12 13:27:31 -08:00
fix(G Suite Admin Node): fix issue with user update operation failing (#4317)
This commit is contained in:
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',
|
||||||
|
|
Loading…
Reference in a new issue