some ts fix after linting

This commit is contained in:
DJ2LS 2023-10-22 10:14:42 +02:00
parent 90401e7df5
commit 115a59d275

View file

@ -927,8 +927,8 @@ async function checkForWaitingMessages(dxcall) {
getFromDBByFilter(filter)
.then((result) => {
// @ts-expect-error
let message =
// @ts-expect-error
"Found " + result.docs.length + " waiting messages for " + dxcall;
console.log(message);