Skip to content

Commit

Permalink
fix: added missing quote in prover query (#3347)
Browse files Browse the repository at this point in the history
  • Loading branch information
ischasny authored Nov 29, 2024
1 parent aaca32b commit 668ca51
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 668ca51

Please sign in to comment.