X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Froot-helpers%2Flogger.ts;h=8181c13f38455decda5f9e810fc33da1e995cee6;hb=785471d3e681117b1b33285f04ecc7933055f75d;hp=618be62cdd3e5a5eb54b502c61d395899029842c;hpb=a2be43f5700460d3afdc194abc788690b79e66cd;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/root-helpers/logger.ts b/client/src/root-helpers/logger.ts index 618be62cd..8181c13f3 100644 --- a/client/src/root-helpers/logger.ts +++ b/client/src/root-helpers/logger.ts @@ -59,7 +59,7 @@ class Logger { if (!payload) return const headers = new Headers({ - Accept: 'application/json', + 'Accept': 'application/json', 'Content-Type': 'application/json' })