Removed references to the aggregate code; Commented out the import of the meteor package.

This commit is contained in:
2022-08-14 17:31:34 -07:00
parent cf51200393
commit 071534a420
5 changed files with 26 additions and 46 deletions

View File

@@ -4,7 +4,6 @@ import { check } from 'meteor/check';
import { Roles } from 'meteor/alanning:roles';
//import SimpleSchema from "simpl-schema";
import {AssetTypes} from "./asset-types";
import { ReactiveAggregate } from 'meteor/tunguska:reactive-aggregate';
import {AssetAssignments} from "/imports/api/asset-assignments";
export const Assets = new Mongo.Collection('assets');