Skip to content

Commit ddc7a6f

Browse files
committed
yarn format
1 parent 4469c58 commit ddc7a6f

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

packages/firestore/pipelines/pipelines.d.ts

+2-5
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* See the License for the specific language governing permissions and
1515
* limitations under the License.
1616
*/
17-
import {PipelineSource, Pipeline} from "../dist/pipelines";
17+
import { PipelineSource, Pipeline } from '../dist/pipelines';
1818

1919
// Augument the Firestore and Query classes with the pipeline() method.
2020
// This is stripped from dist/lite/pipelines.d.ts during the build
@@ -23,9 +23,6 @@ declare module '@firebase/firestore' {
2323
interface Firestore {
2424
pipeline(): PipelineSource<Pipeline>;
2525
}
26-
interface Query {
27-
pipeline(): Pipeline;
28-
}
2926
}
3027

31-
export * from "../dist/pipelines";
28+
export * from '../dist/pipelines';

0 commit comments

Comments
 (0)