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
-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 {