Fix Error

This commit is contained in:
Stefan080106
2023-11-21 18:59:40 +01:00
parent 904e54fc2b
commit f263df595f

View File

@@ -54,6 +54,7 @@ const callWebhooks = async (title) => {
} catch (err) { } catch (err) {
console.error(err) console.error(err)
} }
}
}); });
} }