mirror of
https://github.com/vale981/grapher
synced 2025-03-04 17:11:38 -05:00
Fixes #325 interesectDeep was missing the import
This commit is contained in:
parent
d7af5f1fcc
commit
01b95d66db
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import {_} from 'meteor/underscore';
|
|||
import callWithPromise from '../query/lib/callWithPromise';
|
||||
import Base from './namedQuery.base';
|
||||
import {LocalCollection} from 'meteor/minimongo';
|
||||
|
||||
import intersectDeep from '../query/lib/intersectDeep';
|
||||
|
||||
export default class extends Base {
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue