Skip to content

Commit

Permalink
Remove unnecessary type element
Browse files Browse the repository at this point in the history
  • Loading branch information
MajorLift committed Oct 27, 2023
1 parent cf974a3 commit c2a051f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ledger-iframe-bridge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ type IFrameMessageResponseBase<
> = {
messageId: number;
} & (
| { success: boolean }
| { success: true; payload: SuccessResult }
| { success: false; payload: { error: FailureResult } }
);
Expand Down

0 comments on commit c2a051f

Please sign in to comment.