google-ads-api icon indicating copy to clipboard operation
google-ads-api copied to clipboard

Fix recursiveFieldMaskSearch

Open roto-ronttonen opened this issue 1 year ago • 0 comments

It is currently not possible to update nullable fields to null because the recursiveFieldMaskSearch function fails when it tries to extract Object.keys from null. This behaviour is happening because typeof null === "object"

Here is a simple fix for that.

roto-ronttonen avatar May 31 '23 07:05 roto-ronttonen