feat: Added getDeviceFirmwares API (#10)

This commit is contained in:
Pascal Bourque
2025-06-02 07:04:45 -04:00
committed by GitHub
parent 5ae54dd05d
commit 9df5030228
4 changed files with 33 additions and 4 deletions

View File

@@ -92,4 +92,6 @@ async function main() {
}
}
main().catch(rootLogger.error);
main().catch((error) => {
rootLogger.error(error, 'Error in main');
});