Skip to content

Commit

Permalink
correct
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDavidsonPilon committed Nov 28, 2024
1 parent fe0c66a commit f5254f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pioreactorui/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1063,6 +1063,7 @@ def preview_exportable_datasets(target_dataset) -> ResponseReturnValue:
query = (
f"SELECT * FROM ({dataset.table or dataset.query}) WHERE rowid in ({subquery});"
)
publish_to_log(query, "test")
result = query_app_db(query)
return jsonify(result)
except (ValidationError, DecodeError):
Expand Down

0 comments on commit f5254f5

Please sign in to comment.