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
Now that there is a dedicated flag for pausing F3 participation via manifest the value of manifest itself should never be nil. But in code it is technically possible to propagate a nil manifest.
Refactor code such that:
it remains resilient against nil manifest, i.e. fails gracefully.
API disallows propagation of nil manifest, i.e. fails early.
The text was updated successfully, but these errors were encountered:
Now that there is a dedicated flag for pausing F3 participation via manifest the value of manifest itself should never be nil. But in code it is technically possible to propagate a nil manifest.
Refactor code such that:
The text was updated successfully, but these errors were encountered: