fix: read moisture level

This commit is contained in:
Elias Renman
2023-06-17 11:32:02 +02:00
parent 2c93801867
commit 90c1d1fb5f
7 changed files with 84 additions and 34 deletions

View File

@@ -3,7 +3,7 @@ import { prisma } from "./prisma";
startServer()
.then(async () => {
await prisma.$disconnect();
await prisma.$connect();
})
.catch(async (e) => {
console.error(e);