Skip to content

Commit

Permalink
Update packages/@uppy/companion/src/server/provider/google/drive/inde…
Browse files Browse the repository at this point in the history
…x.js

Co-authored-by: Antoine du Hamel <antoine@transloadit.com>
  • Loading branch information
mifi and aduh95 committed Jun 17, 2024
1 parent 5d331b9 commit 7c8ffa0
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,9 @@ class Drive extends Provider {
}

// eslint-disable-next-line class-methods-use-this
async refreshToken(...args) {
return refreshToken(...args)
}
}

Drive.prototype.logout = logout
Drive.prototype.refreshToken = refreshToken

module.exports = Drive

0 comments on commit 7c8ffa0

Please sign in to comment.