fix: harden channel retry attribution and operations UI
This commit is contained in:
@@ -226,8 +226,8 @@ describe('OperationsService', () => {
|
||||
tenant: true,
|
||||
application: true,
|
||||
channel: true,
|
||||
submitRecords: true,
|
||||
receiptRecords: true,
|
||||
submitRecords: { include: { channel: true } },
|
||||
receiptRecords: { include: { channel: true } },
|
||||
downstreamDeliveries: {
|
||||
where: { deliveryType: 'receipt' },
|
||||
select: { id: true, deliveryType: true, status: true, deliveredAt: true, lastError: true },
|
||||
|
||||
Reference in New Issue
Block a user