Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix bug
Browse files Browse the repository at this point in the history
Signed-off-by: Yashash H L <yashashhl25@gmail.com>
yhl25 committed May 23, 2024
1 parent eabe854 commit 4807028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sink.rs
Original file line number Diff line number Diff line change
@@ -161,7 +161,7 @@ impl From<Response> for proto::sink_response::Result {
status: if r.fallback {
proto::Status::Fallback as i32
} else if r.success {
proto::Status::Fallback as i32
proto::Status::Success as i32
} else {
proto::Status::Failure as i32
},

0 comments on commit 4807028

Please sign in to comment.