Skip to content

Commit 982a0b6

Browse files
committed
Tweak to be more like original
1 parent fc11c65 commit 982a0b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/core/ObservableQuery.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1006,7 +1006,7 @@ Did you mean to call refetch(variables) instead of refetch({ variables })?`,
10061006
});
10071007

10081008
pushNotification({
1009-
...notification,
1009+
kind: "N",
10101010
value: {
10111011
...lastResult,
10121012
networkStatus: NetworkStatus.ready,
@@ -1016,6 +1016,7 @@ Did you mean to call refetch(variables) instead of refetch({ variables })?`,
10161016
dataState:
10171017
lastResult.dataState === "streaming" ? "streaming" : "complete",
10181018
},
1019+
source: "network",
10191020
});
10201021
}
10211022
},

0 commit comments

Comments
 (0)