Set contentType for database uploads

This commit is contained in:
Robin Neatherway 2022-01-24 15:54:46 +00:00
parent 1a686e7d76
commit 751af2a9e3
3 changed files with 3 additions and 1 deletions

View file

@ -63,6 +63,7 @@ async function uploadDatabases(repositoryNwo, config, featureFlags, apiDetails,
data: payload,
headers: {
authorization: `token ${apiDetails.auth}`,
contentType: "application/zip",
},
});
logger.debug(`Successfully uploaded database for ${language}`);