We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07f2dff commit 7a44ceaCopy full SHA for 7a44cea
1 file changed
spec/main.spec.ts
@@ -65,7 +65,7 @@ describe('RxGeofire', () => {
65
});
66
67
describe('CollectionRef', () => {
68
- let ref: GeoFireCollectionRef;
+ let ref: GeoFireCollectionRef<any>;
69
let hash;
70
let phx;
71
beforeEach(() => {
0 commit comments