fix: linting

Merged from master
This commit is contained in:
2025-07-20 19:55:37 -06:00
parent ba9b182125
commit d922434357
2 changed files with 3 additions and 0 deletions

View File

@@ -78,6 +78,7 @@ export default class DeepLinkErrorView extends Vue {
}
// Deep link schema keys mapping
// This is an object with the route as the key and the first param name as the value
get deepLinkSchemaKeys() {
return Object.fromEntries(
Object.entries(deepLinkSchemas).map(([route, schema]) => {