Update webhook.ts

This commit is contained in:
Nicolas 2024-09-01 13:58:07 -03:00
parent 0df2441d7f
commit ae90370543

View File

@ -91,7 +91,7 @@ export const callWebhook = async (
) )
.catch((error) => { .catch((error) => {
Logger.error( Logger.error(
`Error sending webhook for team ID: ${teamId}, error: ${error.message}` `Axios error sending webhook for team ID: ${teamId}, error: ${error.message}`
); );
}); });
} catch (error) { } catch (error) {