Skip to content

Commit

Permalink
fix: console error message
Browse files Browse the repository at this point in the history
  • Loading branch information
rolznz committed Oct 19, 2024
1 parent f0703ac commit 8c0b50e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NWCClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ export class NWCClient {
);
return result;
} catch (error) {
console.error("Failed to request get_balance", error);
console.error("Failed to request get_budget", error);
throw error;
}
}
Expand Down

0 comments on commit 8c0b50e

Please sign in to comment.