Revert "Make the linter happy"

This reverts commit df28670d16.
This commit is contained in:
SabreCat 2021-11-18 15:18:30 -06:00
parent 6475eb4f5c
commit 31469a2d70

View file

@ -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 {