Skip to content

Commit

Permalink
@uppy/companion: fix google drive gsuite client
Browse files Browse the repository at this point in the history
  • Loading branch information
milannakum authored May 6, 2024
1 parent c1e2d21 commit 9086520
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ class Drive extends Provider {
//Implemented based on the answer from StackOverflow: https://stackoverflow.com/a/59168288

Check failure on line 153 in packages/@uppy/companion/src/server/provider/drive/index.js

View workflow job for this annotation

GitHub Actions / Lint JavaScript/TypeScript

Expected exception block, space or tab after '//' in comment
const mimeTypeExportLink = exportLinks?.[mimeType2]
if (mimeTypeExportLink) {
const gSuiteFilesClient = ({ token }) => got.extend({
const gSuiteFilesClient = got.extend({
headers: {
authorization: `Bearer ${token}`,
},
Expand Down

0 comments on commit 9086520

Please sign in to comment.