mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
fix(lint): comma
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user