diff --git a/website/server/controllers/api-v3/i18n.js b/website/server/controllers/api-v3/i18n.js index 4b4673594c..8078e16fa5 100644 --- a/website/server/controllers/api-v3/i18n.js +++ b/website/server/controllers/api-v3/i18n.js @@ -22,7 +22,7 @@ api.geti18nBrowserScript = { async handler (req, res) { if (IS_PROD) { res.set({ - 'Cache-Control': 'private' + 'Cache-Control': 'private', }); res.sendFile(`${BROWSER_SCRIPT_CACHE_PATH}${req.language}.js`); } else {