Skip to content

Commit

Permalink
Update Notification Plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
dangeross committed Dec 19, 2024
1 parent a0aff93 commit 2346465
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class SwapUpdatedTask : TaskProtocol {
switch details {
case let .bitcoin(swapId, _, _, _):
return swapId
case let .lightning(swapId, _, _, _, _, _, _, _):
case let .lightning(swapId, _, _, _, _, _, _, _, _):
return swapId
default:
break
Expand Down

0 comments on commit 2346465

Please sign in to comment.