Skip to content

Commit

Permalink
Try string literal key
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Neatherway committed Jan 25, 2022
1 parent 751af2a commit 486633d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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.

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

0 comments on commit 486633d

Please sign in to comment.