Skip to content

Commit

Permalink
Fix revision upsert sha check
Browse files Browse the repository at this point in the history
  • Loading branch information
augustuswm committed Apr 12, 2024
1 parent ecd59a8 commit 94a0707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rfd-processor/src/rfd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ impl RemoteRfd {
storage,
RfdRevisionFilter::default()
.rfd(Some(vec![rfd.id]))
.sha(Some(vec![payload.sha.clone()])),
.sha(Some(vec![payload.commit_sha.clone()])),
&ListPagination::latest(),
)
.await?
Expand Down

0 comments on commit 94a0707

Please sign in to comment.