diff --git a/src/steps/index.ts b/src/steps/index.ts index dc1862d..07f0523 100644 --- a/src/steps/index.ts +++ b/src/steps/index.ts @@ -129,6 +129,11 @@ export async function fetchIncidents( createIncidentAssigneeRelationship(incident), ); } + } else { + logger.info( + { incidentKey: incidentEntity._key }, + 'Found duplicated key for Incident', + ); } }); }