Skip to content

Commit 2004e84

Browse files
authored
Removed unused import shareReplay (#833)
1 parent 7eb5d43 commit 2004e84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/neo4j-driver/src/result-rx.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919
import { newError, Record, ResultSummary } from 'neo4j-driver-core'
2020
import { Observable, Subject, ReplaySubject, from } from 'rxjs'
21-
import { flatMap, publishReplay, refCount, shareReplay } from 'rxjs/operators'
21+
import { flatMap, publishReplay, refCount } from 'rxjs/operators'
2222

2323
const States = {
2424
READY: 0,

0 commit comments

Comments
 (0)