[automated] Apply ESLint and Oxfmt fixes

This commit is contained in:
GitHub Action
2026-04-08 06:14:36 +00:00
parent c92d0b8b14
commit d3ae886da3

View File

@@ -11,9 +11,7 @@ const PUBLISH_FEATURE_FLAGS = {
comfyhub_profile_gate_enabled: true
} as const
async function setupPublishTest(
comfyPage: ComfyPage
): Promise<{
async function setupPublishTest(comfyPage: ComfyPage): Promise<{
dialog: PublishDialog
publishApi: PublishApiHelper
}> {