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
This changes the check for project existence to only consider projects
of type `Project::Types::SCRATCH`. Note that the `Project.only_scratch`
scope includes the call to `Project.unscoped`, so the only change is to
add `project_type: 'scratch'` to the query.
0 commit comments