fix: list with is_skipped + deno-client fix

This commit is contained in:
Ruben Fiszel
2022-07-19 05:58:16 +02:00
parent 9c50e023ec
commit 8360c03df8
3 changed files with 2 additions and 21 deletions

View File

@@ -646,6 +646,7 @@ async fn list_completed_jobs(
"null as raw_flow",
"is_flow_step",
"language",
"is_skipped",
],
)
.sql()?;