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) {
-1
View File
@@ -88,7 +88,6 @@ export async function getViolationFilesArray(props: {
file_name?: string
}) {
const token = await getSessionData('token');
console.log('getViolationFilesArray');
const { page, size, start_date, end_date, file_name } = props;
try {