mirror of
https://github.com/tiennm99/github-readme-stats.git
synced 2026-08-05 08:22:52 +00:00
chore: format
This commit is contained in:
+1
-3
@@ -88,9 +88,7 @@ export default async (req, res) => {
|
||||
|
||||
res.setHeader(
|
||||
"Cache-Control",
|
||||
`max-age=${
|
||||
cacheSeconds / 2
|
||||
}, s-maxage=${cacheSeconds}, stale-while-revalidate=${CONSTANTS.ONE_DAY}`,
|
||||
`max-age=${cacheSeconds}, s-maxage=${cacheSeconds}, stale-while-revalidate=${CONSTANTS.ONE_DAY}`,
|
||||
);
|
||||
|
||||
return res.send(
|
||||
|
||||
Reference in New Issue
Block a user