fix polar handling

This commit is contained in:
Ruben Fiszel
2023-04-04 14:25:27 +02:00
parent d477a1e704
commit 970f8ea6da
2 changed files with 6 additions and 3 deletions

View File

@@ -1398,7 +1398,6 @@ pub async fn run_wait_result_job_by_path_get(
Path((w_id, script_path)): Path<(String, StripPath)>,
Query(run_query): Query<RunJobQuery>,
) -> error::JsonResult<serde_json::Value> {
tracing::error!("run_wait_result_job_by_path_get {:#?}", run_query.payload);
let payload_r = run_query
.payload
.map(decode_payload)