This commit is contained in:
Sebastian 2020-07-15 10:36:22 +02:00
parent 78cb196463
commit 79b9277f32

View File

@ -1,7 +1,5 @@
import {PlantTypesCollection} from '../../client/main' import {PlantTypesCollection} from '../../client/main'
const mqttManager = require("./mqttPublish");
export function getAllPlantTypes() { export function getAllPlantTypes() {
const plantTypesDocuments = PlantTypesCollection.find(); const plantTypesDocuments = PlantTypesCollection.find();