Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/runner/node-fetch-2.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Eisenberg authored and GitHub committed Jan 28, 2022
2 parents 05981c5 + 5e23536 commit 14b1fec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/database-upload.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/database-upload.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/database-upload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ export async function uploadDatabases(
data: payload,
headers: {
authorization: `token ${apiDetails.auth}`,
"Content-Type": "application/zip",
},
}
);
Expand Down

0 comments on commit 14b1fec

Please sign in to comment.