Skip to content

Commit 94a0707

Browse files
committed
Fix revision upsert sha check
1 parent ecd59a8 commit 94a0707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rfd-processor/src/rfd.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ impl RemoteRfd {
358358
storage,
359359
RfdRevisionFilter::default()
360360
.rfd(Some(vec![rfd.id]))
361-
.sha(Some(vec![payload.sha.clone()])),
361+
.sha(Some(vec![payload.commit_sha.clone()])),
362362
&ListPagination::latest(),
363363
)
364364
.await?

0 commit comments

Comments
 (0)