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
updated_user was working just fine, the recording_ids property had all of the previous recording_ids and the new one. But now the recording_ids property is empty when this code is executed.
Uh oh!
There was an error while loading. Please reload this page.
We recently updated our project a couple weeks ago to the latest commit on main. The last time we had done this was in December.
This code used to work:
In particular:
updated_user
was working just fine, therecording_ids
property had all of the previousrecording_ids
and the new one. But now therecording_ids
property is empty when this code is executed.If I change it to:
then everything works as expected. It seems there may be a problem with the dictionary unpacking of
**user
.The text was updated successfully, but these errors were encountered: