Skip to content

Commit

Permalink
chore(front): update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
prastoin committed Jan 24, 2025
1 parent cca0c89 commit 6e3e2ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 [];
Expand Down

0 comments on commit 6e3e2ed

Please sign in to comment.