We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7eb5d43 commit 2004e84Copy full SHA for 2004e84
packages/neo4j-driver/src/result-rx.js
@@ -18,7 +18,7 @@
18
*/
19
import { newError, Record, ResultSummary } from 'neo4j-driver-core'
20
import { Observable, Subject, ReplaySubject, from } from 'rxjs'
21
-import { flatMap, publishReplay, refCount, shareReplay } from 'rxjs/operators'
+import { flatMap, publishReplay, refCount } from 'rxjs/operators'
22
23
const States = {
24
READY: 0,
0 commit comments