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 19:07:57 -04:00 committed by GitHub
parent f89e925cd1
commit 502f3234e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -133,6 +133,7 @@ export const majorTomToGroundControl = async (addresses, hashes, txids) => {
}
} catch (error) {
console.error('Error in majorTomToGroundControl:', error);
throw error;
}
};