pipeline sync draft

This commit is contained in:
zxhlyh 2025-05-16 17:47:33 +08:00
parent 836cf6453e
commit f481075f8f

View File

@ -101,7 +101,6 @@ export const useNodesSyncDraft = () => {
setDraftUpdatedAt, setDraftUpdatedAt,
} = workflowStore.getState() } = workflowStore.getState()
try { try {
console.log('xxx')
const res = await syncWorkflowDraft(postParams) const res = await syncWorkflowDraft(postParams)
setSyncWorkflowDraftHash(res.hash) setSyncWorkflowDraftHash(res.hash)
setDraftUpdatedAt(res.updated_at) setDraftUpdatedAt(res.updated_at)