mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-19 22:09:37 +00:00
[automated] Apply ESLint and Oxfmt fixes
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user