varun 2 years ago
commit 2b7b7d44f0

@ -1346,7 +1346,7 @@ exports.totalwaterLevelSum = async (request, reply) => {
}
]);
const result = waterlevelSum[0]?.totalWaterlevel ?? 0;
const result = waterlevelSum[0]?totalWaterlevel : 0;
reply.send({ waterlevelSum: result });
}

Loading…
Cancel
Save