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
models/crate: Add hasOwnerUser() fn that relies on loadOwnerUserTask
This extracts functionality from `isOwner` as a more generic method.
The data is loaded explicitly with `loadOwnerUserTask` to avoid
deprecations. A debugging assert is also included to inform if perform()
is not called before using it.
0 commit comments