FIX: Rogue brace

This commit is contained in:
Robert Kossessa
2024-06-07 14:32:42 +02:00
parent 58320efbb3
commit 04bc46b37e

View File

@@ -33,7 +33,6 @@ class NanoSerialApi extends EventEmitter {
} }
} }
} }
}
}) })
.catch((error) => { .catch((error) => {
reject(error) reject(error)