[automated] Apply ESLint and Oxfmt fixes

This commit is contained in:
GitHub Action
2026-04-09 21:14:57 +00:00
parent 3a22391bd2
commit d651f562d7
2 changed files with 4 additions and 3 deletions

View File

@@ -6,8 +6,8 @@ import type {
} from '@comfyorg/ingest-types'
import { describe, expect, it, vi } from 'vitest'
import { InMemoryJobsBackend } from '../../browser_tests/fixtures/helpers/InMemoryJobsBackend';
import type { SeededJob } from '../../browser_tests/fixtures/helpers/InMemoryJobsBackend';
import { InMemoryJobsBackend } from '../../browser_tests/fixtures/helpers/InMemoryJobsBackend'
import type { SeededJob } from '../../browser_tests/fixtures/helpers/InMemoryJobsBackend'
type RouteHandler = (route: Route) => Promise<void>

View File

@@ -123,7 +123,8 @@ export const useContextMenuTranslation = () => {
}
// for capture translation text of input and widget
const extraInfo = (options.extra || options.parentMenu?.options?.extra) as
const extraInfo = (options.extra ||
options.parentMenu?.options?.extra) as
| { inputs?: INodeInputSlot[]; widgets?: IWidget[] }
| undefined
// widgets and inputs