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

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

Loading…
Cancel
Save