Skip to content

Commit

Permalink
fix: nwc getInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
rolznz committed Dec 19, 2023
1 parent d603c80 commit fd71103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension/background-script/connectors/nwc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class NWCConnector implements Connector {
async getInfo(): Promise<GetInfoResponse> {
const info = await this.nwc.getInfo();
return {
data: info,
data: info.node,
};
}

Expand Down

0 comments on commit fd71103

Please sign in to comment.