Skip to content

Commit

Permalink
update for normalization node changes
Browse files Browse the repository at this point in the history
Reviewed By: Snowshine-afk

Differential Revision: D52812644

fbshipit-source-id: 27bcf85d710f6529e446199ba2e43f6f3c4faee2
  • Loading branch information
voideanvalue authored and facebook-github-bot committed Jan 17, 2024
1 parent 8dd004f commit bac5f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/relay-runtime/util/NormalizationNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ export type ResolverInfo = {
};

type ResolverData =
| {+resolverModule?: ResolverModule | ResolverReference}
| {+resolverModule?: ResolverModule}
| {+resolverReference?: ResolverReference}
| {+resolverInfo?: ResolverInfo};

Expand Down

0 comments on commit bac5f9c

Please sign in to comment.