Skip to content

Commit

Permalink
Fix up comments
Browse files Browse the repository at this point in the history
  • Loading branch information
captbaritone committed Sep 19, 2024
1 parent 0f2f531 commit 838c861
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/relay-runtime/util/handlePotentialSnapshotErrors.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ function handlePotentialSnapshotErrors(
handleMissingRequiredFields(environment, missingRequiredFields);
}

/* inside handleFieldErrors, we check for throwOnFieldError - but this fn logs the error anyway by default
/**
* Inside handleFieldErrors, we check for throwOnFieldError - but this fn logs the error anyway by default
* which is why this still should run in any case there's errors.
*/
if (errorResponseFields != null) {
Expand Down

0 comments on commit 838c861

Please sign in to comment.