Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
felicio committed Nov 28, 2024
1 parent 01af36f commit e7bea50
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apps/connector/src/contents/provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,12 @@ export class Provider {
this.#listeners.delete(event)
}

public async enable() {
console.log('enable::')

return true
}

private async disconnect() {
if (!this.connected) {
return
Expand Down

0 comments on commit e7bea50

Please # to comment.