Skip to content

Commit 14b1fec

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/runner/node-fetch-2.6.7
2 parents 05981c5 + 5e23536 commit 14b1fec

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

lib/database-upload.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/database-upload.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/database-upload.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ export async function uploadDatabases(
6363
data: payload,
6464
headers: {
6565
authorization: `token ${apiDetails.auth}`,
66+
"Content-Type": "application/zip",
6667
},
6768
}
6869
);

0 commit comments

Comments
 (0)