feat: unify signature channel reporting status
This commit is contained in:
@@ -430,7 +430,7 @@ describe('SmsConfigService', () => {
|
||||
auditStatus: { not: 'deleted' },
|
||||
OR: expect.any(Array),
|
||||
}),
|
||||
include: { materials: true, tenant: true, application: true },
|
||||
include: { materials: true, tenant: true, application: true, reportTasks: { include: { channel: true } } },
|
||||
}));
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user