Skip to content

Commit

Permalink
Fix post rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibautBremand committed Sep 19, 2023
1 parent bb6483b commit 765e55a
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,5 +138,11 @@ export const buildRejectMessage = (type: string): any => {
type: 'RECEIVE_CANCEL_OFFER/V3',
payload: defaultPayload
};
} else if (type === 'RECEIVE_SET_REGULAR_KEY/V3') {
return {
app: GEM_WALLET,
type: 'RECEIVE_SET_REGULAR_KEY/V3',
payload: defaultPayload
};
}
};

0 comments on commit 765e55a

Please sign in to comment.