log webhook error
This commit is contained in:
@@ -50,7 +50,7 @@ export async function webhookMessage(
|
|||||||
|
|
||||||
await axios.post(webhook, data);
|
await axios.post(webhook, data);
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
logger.info('webhook error');
|
logger.error('webhook error', err);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user