This commit is contained in:
Adam Gough
2025-05-28 10:35:22 -07:00
parent ada5f5162e
commit 6ffe5421c0

View File

@@ -516,7 +516,6 @@ export function DeployModal({
deployedAt ? new Date(deployedAt) : undefined,
apiKey
)
} catch (error: any) {
logger.error('Error auto-deploying workflow for chat:', { error })
addNotification('error', `Failed to deploy workflow: ${error.message}`, workflowId)