Skip to content

Commit 863defe

Browse files
committed
Use plain symbol
1 parent ed198c0 commit 863defe

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/core/ObservableQuery.ts

+1-3
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,7 @@ interface Last<TData, TVariables> {
6363
error?: ErrorLike;
6464
}
6565

66-
const newNetworkStatusSymbol: any = Symbol.for(
67-
"apollo.observableQuery.newNetworkStatus"
68-
);
66+
const newNetworkStatusSymbol: any = Symbol();
6967

7068
export class ObservableQuery<
7169
TData = unknown,

0 commit comments

Comments
 (0)