Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Delete flow permissions #633

Merged
merged 4 commits into from
Feb 16, 2024
Merged

Delete flow permissions #633

merged 4 commits into from
Feb 16, 2024

Conversation

codebanesr
Copy link
Contributor

Allow deleting flow

)
except Exception as e:
logger.error("Failed to delete flow", payload=e)
return jsonify({"error": "Failed to delete flow. {}".format(str(e))}), 500

Check warning

Code scanning / CodeQL

Information exposure through an exception

[Stack trace information](1) flows to this location and may be exposed to an external user.
@gharbat gharbat merged commit c11d4c9 into main Feb 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants