Remove pure passthrough getters from conformance store

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01RaRBJFZKSTA7naHGuQHfnQ
This commit is contained in:
2026-07-04 22:31:54 +08:00
co-authored by Claude Fable 5
parent c54557c11c
commit e5a6f7eaf2
9 changed files with 36 additions and 63 deletions
@@ -263,7 +263,7 @@ export default {
break;
}
await conformanceStore.getConformanceReport(true);
to.meta.file = conformanceStore.routeFile;
to.meta.file = conformanceStore.allRouteFile;
}
next();
},