Skip to content

Commit

Permalink
consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
Sladuca committed Sep 10, 2024
1 parent e7a36f4 commit 4f13f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/balance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ async function getBalance(): Promise<BalanceUsdCenticents> {
case 500:
return logAndQuit(`Failed to get balance: ${error?.message}`);
default:
return logAndQuit(`Failed to fetch balance: ${response.statusText}`);
return logAndQuit(`Failed to get balance: ${response.statusText}`);
}
}

Expand Down

0 comments on commit 4f13f53

Please sign in to comment.