[automated] Apply ESLint and Oxfmt fixes

This commit is contained in:
GitHub Action
2026-01-29 20:03:30 +00:00
parent 22ce64ad09
commit 0e5e13c8d4

View File

@@ -90,7 +90,7 @@ export const useModelToNodeStore = defineStore('modelToNode', () => {
const fallback = modelToNodeMap.value[topLevel]
if (fallback && fallback.length > 0) return fallback
return undefined
}