Skip to content

Commit

Permalink
chore: rename type to action
Browse files Browse the repository at this point in the history
  • Loading branch information
im-adithya committed Jun 8, 2022
1 parent 0bcdd69 commit 7c5f3c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ describe("account info", () => {
application: "LBE",
origin: { internal: true },
prompt: true,
type: "accountInfo",
action: "accountInfo",
};

state.getState = jest.fn().mockReturnValue(mockState);
Expand Down
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export interface MessageAccountEdit extends MessageDefault {
}

export interface MessageAccountInfo extends Omit<MessageDefault, "args"> {
type: "accountInfo";
action: "accountInfo";
}

interface LNURLChannelServiceResponse {
Expand Down

0 comments on commit 7c5f3c1

Please sign in to comment.