Skip to content

Commit

Permalink
fix notification text
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Jun 25, 2024
1 parent 5beb9cb commit 0f46dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/sys-lend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1622,7 +1622,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
.await;
}
notifier
.send(&format!("{} via via {signature}", operation_info.op_msg))
.send(&format!("{} via {signature}", operation_info.op_msg))
.await;
}
_ => unreachable!(),
Expand Down

0 comments on commit 0f46dd8

Please sign in to comment.