Skip to content

Commit 486633d

Browse files
committed
Try string literal key
1 parent 751af2a commit 486633d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/database-upload.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/database-upload.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/database-upload.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export async function uploadDatabases(
6363
data: payload,
6464
headers: {
6565
authorization: `token ${apiDetails.auth}`,
66-
contentType: "application/zip",
66+
"Content-Type": "application/zip",
6767
},
6868
}
6969
);

0 commit comments

Comments
 (0)