]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/root-helpers/logger.ts
Update translations
[github/Chocobozzz/PeerTube.git] / client / src / root-helpers / logger.ts
index 618be62cdd3e5a5eb54b502c61d395899029842c..8181c13f38455decda5f9e810fc33da1e995cee6 100644 (file)
@@ -59,7 +59,7 @@ class Logger {
     if (!payload) return
 
     const headers = new Headers({
-      Accept: 'application/json',
+      'Accept': 'application/json',
       'Content-Type': 'application/json'
     })