Skip to content

Commit

Permalink
Merge branch 'main' into matias/refactor-chain-commands
Browse files Browse the repository at this point in the history
  • Loading branch information
matias-gonz authored Nov 29, 2024
2 parents 6126695 + 668ca51 commit 0a9a2f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1237,7 +1237,7 @@ impl FriWitnessGeneratorDal<'_, '_> {
updated_at = NOW()
WHERE
{job_id_column} = {job_id}
AND status != 'successful
AND status != 'successful'
"#,
);

Expand Down

0 comments on commit 0a9a2f5

Please sign in to comment.