We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba46115 commit b2789b9Copy full SHA for b2789b9
fast_api/routes/heuristic.py
@@ -209,7 +209,7 @@ def create_heuristic(
209
notification.send_organization_update(
210
project_id, f"information_source_created:{str(info_source.id)}"
211
)
212
- return get_silent_success()
+ return pack_json_result({"id": str(info_source.id)}, wrap_for_frontend=False)
213
214
215
@router.post(
0 commit comments