diff --git a/packages/twenty-front/src/modules/apollo/optimistic-effect/utils/triggerUpdateRelationsOptimisticEffect.ts b/packages/twenty-front/src/modules/apollo/optimistic-effect/utils/triggerUpdateRelationsOptimisticEffect.ts index b5cec9eb2b9e..a2c8472fb545 100644 --- a/packages/twenty-front/src/modules/apollo/optimistic-effect/utils/triggerUpdateRelationsOptimisticEffect.ts +++ b/packages/twenty-front/src/modules/apollo/optimistic-effect/utils/triggerUpdateRelationsOptimisticEffect.ts @@ -85,7 +85,7 @@ export const triggerUpdateRelationsOptimisticEffect = ({ const extractTargetRecordsFromRelation = ( value: RecordGqlConnection | RecordGqlNode | null, ): RecordGqlNode[] => { - // TODO investigate on the root cause of empty array injection here, should never occurs + // TODO investigate on the root cause of array injection here, should never occurs // Cache might be corrupted somewhere due to ObjectRecord and RecordGqlNode inclusion if (!isDefined(value) || isArray(value)) { return [];