Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
mafintosh authored Jul 8, 2024
1 parent ea9f787 commit a9460bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,12 @@ class AutocoreSession extends EventEmitter {

this.activeRequests = []
this.valueEncoding = valueEncoding || null
this.globalCache = this.base.globalCache

this._source = source
this._index = source.sessions.push(this) - 1
this._snapshot = snapshot

this.globalCache = this.base.globalCache

this.ready().catch(safetyCatch)
}

Expand Down

0 comments on commit a9460bb

Please sign in to comment.