small fixes

This commit is contained in:
Karel Krýda
2022-05-08 20:50:08 +02:00
parent ed218e73bb
commit 2fe5c090aa
4 changed files with 8 additions and 2 deletions

View File

@@ -180,7 +180,7 @@ async function getMaintenanceList(statusPageId) {
return publicMaintenanceList;
} catch (error) {
return null;
return [];
}
}