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 lambda is broken because it cannot accept two parameters. Changing it to a single parameter to represent that tuple of key-value pairs fixes the issue. In the check, you also need to make sure to reference data in slot `0` to get the key.
0 commit comments