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
fix: remove duplicate assertSelectableAdapterType that shadowed async version
The sync version from upstream was duplicated alongside the fork's async
version that includes the paperclip_runner rollout flag check. The sync
version shadowed the async one, disabling the flag validation.
0 commit comments