[automated] Apply ESLint and Oxfmt fixes

This commit is contained in:
GitHub Action
2026-03-16 05:22:09 +00:00
parent 139ffcc411
commit 5087f3e27b

View File

@@ -746,10 +746,7 @@ describe('useExecutionStore - RAF batching', () => {
})
describe('handleProgress', () => {
function makeProgressEvent(
value: number,
max: number
): CustomEvent {
function makeProgressEvent(value: number, max: number): CustomEvent {
return new CustomEvent('progress', {
detail: { value, max, prompt_id: 'job-1', node: '1' }
})