diff --git a/imports/api/plantTypes.js b/imports/api/plantTypes.js index 53fd777..d8af609 100644 --- a/imports/api/plantTypes.js +++ b/imports/api/plantTypes.js @@ -1,7 +1,5 @@ import {PlantTypesCollection} from '../../client/main' -const mqttManager = require("./mqttPublish"); - export function getAllPlantTypes() { const plantTypesDocuments = PlantTypesCollection.find();