mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-20 14:05:27 +01:00
Update blue_modules/notifications.js
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
parent
612b0fd360
commit
31c48f11f1
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ export const majorTomToGroundControl = async (addresses, hashes, txids) => {
|
|||
}
|
||||
|
||||
if (!response.ok) {
|
||||
return;
|
||||
throw new Error(`Ground Control request failed with status ${response.status}: ${response.statusText}`);
|
||||
}
|
||||
|
||||
const responseText = await response.text();
|
||||
|
|
Loading…
Add table
Reference in a new issue