Added JSDoc

This commit is contained in:
Karel Krýda
2022-04-30 15:50:05 +02:00
parent 57368c8c6c
commit b4ffcc5555
4 changed files with 15 additions and 3 deletions

View File

@@ -156,7 +156,7 @@ router.get("/api/status-page/:slug", cache("5 minutes"), async (request, respons
}
});
// TODO: make slug aware
// Status Page - Maintenance List
async function getMaintenanceList() {
try {