Skip to content

Commit 668ca51

Browse files
authored
fix: added missing quote in prover query (#3347)
1 parent aaca32b commit 668ca51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prover/crates/lib/prover_dal/src/fri_witness_generator_dal.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1237,7 +1237,7 @@ impl FriWitnessGeneratorDal<'_, '_> {
12371237
updated_at = NOW()
12381238
WHERE
12391239
{job_id_column} = {job_id}
1240-
AND status != 'successful
1240+
AND status != 'successful'
12411241
"#,
12421242
);
12431243

0 commit comments

Comments
 (0)