1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-01 19:45:51 +02:00

Remove trailing whitespaces

This commit is contained in:
Aya Morisawa
2018-12-26 19:58:04 +09:00
parent c8b45f4f42
commit dfc6ef4be6

View File

@@ -160,7 +160,7 @@ router.get('/notes/:note', async ctx => {
summary: getNoteSummary(_note)
});
ctx.set('Cache-Control', 'private, max-age=0, must-revalidate');
return;
}
}