Try string literal key
This commit is contained in:
parent
751af2a9e3
commit
486633d442
3 changed files with 3 additions and 3 deletions
2
lib/database-upload.js
generated
2
lib/database-upload.js
generated
|
|
@ -63,7 +63,7 @@ async function uploadDatabases(repositoryNwo, config, featureFlags, apiDetails,
|
|||
data: payload,
|
||||
headers: {
|
||||
authorization: `token ${apiDetails.auth}`,
|
||||
contentType: "application/zip",
|
||||
"Content-Type": "application/zip",
|
||||
},
|
||||
});
|
||||
logger.debug(`Successfully uploaded database for ${language}`);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue