You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
polish(IncrementalPublisher): remove unnecessary check and method call
= completeDeferredFragment will always return undefined if the deferredFragmentRecord has already been removed from the graph, so this does not need to be checked separately.
= removeDeferredFragment need not be called twice.
0 commit comments