Use single quote

This commit is contained in:
Julien Malard-Adam 2025-02-16 11:54:56 +01:00 committed by GitHub
parent 3d7d487f55
commit b121a658fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -133,7 +133,7 @@ const Sync = async ({ ipfs, log, events, onSynced, start, timeout }) => {
* @instance
*/
events = events || new EventEmitter()
events.on("error", console.log)
events.on('error', console.log)
timeout = timeout || DefaultTimeout