get rid of log
This commit is contained in:
parent
45be302302
commit
4135390e00
@ -51,7 +51,6 @@ export const executeWebhook = async (req: Request, res: Response) => {
|
|||||||
},
|
},
|
||||||
relations: ["channel", "guild", "application"],
|
relations: ["channel", "guild", "application"],
|
||||||
});
|
});
|
||||||
console.log("in here?", wait);
|
|
||||||
|
|
||||||
if (!webhook) {
|
if (!webhook) {
|
||||||
if (wait) {
|
if (wait) {
|
||||||
|
|||||||
Reference in New Issue
Block a user