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
Activity.types should have "any" cardinality (zero or more), but currently has "optional" cardinality (zero or one).
Fixing this should be approached with caution, as it will change the type of the Activity.types property from str to list[str], which could break some code that has come to depend on this bug.
The text was updated successfully, but these errors were encountered:
Activity.types should have "any" cardinality (zero or more), but currently has "optional" cardinality (zero or one).
Fixing this should be approached with caution, as it will change the type of the Activity.types property from
str
tolist[str]
, which could break some code that has come to depend on this bug.The text was updated successfully, but these errors were encountered: