Skip to content

Commit

Permalink
Fix notify-nexus code
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeeter committed Dec 9, 2024
1 parent dfaf657 commit d23dd68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upstairs/src/downstairs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4256,7 +4256,7 @@ impl Downstairs {
ClientRunResult::ReadFailed(_) => {
DownstairsClientStoppedReason::ReadFailed
}
ClientRunResult::RequestedStop(_) => {
ClientRunResult::RequestedStop => {
// skip this notification, it fires for *every* Upstairs
// deactivation
//DownstairsClientStoppedReason::RequestedStop
Expand Down

0 comments on commit d23dd68

Please sign in to comment.