mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-13 15:38:59 +00:00
Make the linter happy
This commit is contained in:
parent
90a14ee871
commit
df28670d16
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue