fix(G Suite Admin Node): fix issue with user update operation failing (#4317)

This commit is contained in:
Jonathan Bennetts 2022-10-12 09:57:58 +01:00 committed by GitHub
parent 6d62471a11
commit 3e157f73a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',