mirror of
https://github.com/System-End/github-readme-stats.git
synced 2026-04-19 15:28:25 +00:00
chore: format
This commit is contained in:
parent
53e40413e7
commit
bebcb26431
1 changed files with 1 additions and 3 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue