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
refactor: remove dead activeResourceDocs identity match in resource-docs dispatcher
Every one of its ~19 arms was `case X => resourceDocs`, unchanged --
a leftover from the pre-http4s Lift route-filter era that stopped doing
any filtering once the corresponding version moved fully onto http4s.
getResourceDocsList now feeds resourceDocs directly into
activePlusLocalResourceDocs, with identical output.
0 commit comments