Don't send auth token to elastic

This commit is contained in:
2022-01-14 17:12:55 +01:00
parent 824a2143ef
commit 7bced50952

View File

@@ -466,7 +466,7 @@ const elasticSearchMoviesAndShows = query => {
return fetch(url.href, {
method: "POST",
headers: AUTHORIZATION_HEADERS(),
headers: { "Content-Type": "application/json" },
body: JSON.stringify(body)
})
.then(resp => resp.json())