pull/199/head
sachaaaaa 7 years ago
parent ed1d06d9ce
commit 8eac72b60c

@ -133,7 +133,7 @@ class LokiMessageAPI {
method: 'POST', method: 'POST',
body, body,
headers: { headers: {
'X-Loki-EphemKey:': 'not implemented yet', 'X-Loki-EphemKey': 'not implemented yet',
}, },
}; };
@ -224,7 +224,7 @@ class LokiMessageAPI {
}, },
}; };
const headers = { const headers = {
'X-Loki-EphemKey:': 'not implemented yet', 'X-Loki-EphemKey': 'not implemented yet',
}; };
const fetchOptions = { const fetchOptions = {
method: 'POST', method: 'POST',

Loading…
Cancel
Save