fix some crashes

This commit is contained in:
smanylov
2026-05-08 15:48:26 +07:00
parent cd07502128
commit c4e4d775f5
4 changed files with 4 additions and 9 deletions
+2
View File
@@ -114,6 +114,8 @@ export async function fetchLastMonitoringCheck() {
if (parsed?.message_body?.searches_by_status) {
return parsed.message_body;
} else {
return null
}
}
} catch (error) {