You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The provided example used a single dimensional array as an argument for the `saveObjects()` method.
As saveObjects saves an array of objects, it generated an error.
I updated the example to use a single `saveObject()` method, which I find easier to understand as a beginner than a two-dimensional array argument for `saveObjects()`
0 commit comments