Update blue_modules/notifications.js

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
Marcos Rodriguez Vélez 2024-11-11 22:20:29 -04:00 committed by GitHub
parent 612b0fd360
commit 31c48f11f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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();