mirror of
https://github.com/spacebarchat/server.git
synced 2026-08-28 05:14:15 +00:00
get rid of log
This commit is contained in:
@@ -51,7 +51,6 @@ export const executeWebhook = async (req: Request, res: Response) => {
|
||||
},
|
||||
relations: ["channel", "guild", "application"],
|
||||
});
|
||||
console.log("in here?", wait);
|
||||
|
||||
if (!webhook) {
|
||||
if (wait) {
|
||||
|
||||
Reference in New Issue
Block a user