From 79b9277f326d5e1a08bac02824358695cfa5fd23 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Wed, 15 Jul 2020 10:36:22 +0200 Subject: [PATCH] changes --- imports/api/plantTypes.js | 2 -- 1 file changed, 2 deletions(-) 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();