mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-03-30 15:08:28 +00:00
Use single quote
This commit is contained in:
parent
3d7d487f55
commit
b121a658fc
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user