mirror of
https://github.com/fmhy/edit.git
synced 2026-02-19 01:31:41 +11:00
remove console.log
This commit is contained in:
parent
e47bfc85cc
commit
f82ffaa68e
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue