mirror of
https://github.com/langgenius/dify.git
synced 2026-05-03 17:08:03 +08:00
remove forceUpload
This commit is contained in:
@ -331,7 +331,6 @@ class DraftWorkflowApi(Resource):
|
||||
account=current_user,
|
||||
environment_variables=environment_variables,
|
||||
conversation_variables=conversation_variables,
|
||||
force_upload=args.get("force_upload", False),
|
||||
)
|
||||
except WorkflowHashNotEqualError:
|
||||
raise DraftWorkflowNotSync()
|
||||
|
||||
Reference in New Issue
Block a user