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
I'd like to ban .forEach in this codebase. Let's instead usefor thing in things {, in this case for newKeyToAdd in newKeysToAdd {. I'll make another issue, to do this across the codebase.