1
0
Fork 0

chore: trolling

main
Paul Makles 2023-11-26 13:16:30 +00:00
parent 8113a86db9
commit c30d75c0ed
No known key found for this signature in database
GPG Key ID: 5059F398521BB0F6
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ export async function assignReportToCase(reportId: string, caseId?: string) {
await checkPermission("reports/update/case", reportId);
const $set = {
case_id: caseId ?? null,
case_id: (caseId ?? null)!,
} as ReportDocument;
await mongo()