Skip to content

Commit

Permalink
Add opts (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
supersuryaansh authored Dec 5, 2024
1 parent ee4a6f8 commit 7f514b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const z32 = require('z32')
const b4a = require('b4a')

class AutopassPairer extends ReadyResource {
constructor (store, invite, opts) {
constructor (store, invite, opts = {}) {
super()

this.store = store
Expand Down

0 comments on commit 7f514b9

Please sign in to comment.