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
It should take an array of structs with both parameters, iterate over them, perform the appropriate checks, and then do the update. To do this, the internal method should probably be refactored so that both the single update and batch update methods share the same internal method for checks and execution. The functionality and signature of the existing method should not change.