remove console.log

This commit is contained in:
taskylizard 2023-11-04 22:31:29 +05:30
parent e47bfc85cc
commit f82ffaa68e
No known key found for this signature in database
GPG Key ID: 5CABA3D642DDC497

View File

@ -30,7 +30,7 @@ export default defineEventHandler(async (event) => {
if (!["bug", "suggestion", "other", "appreciate"].includes(feedbackType!) || !message) {
throw new Error("Invalid input.");
}
console.log(env.WEBHOOK_URL, process.env.WEBHOOK_URL);
await fetcher()
.post(env.WEBHOOK_URL, {
username: "Feedback",