mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-06 05:38:10 +08:00
Update webhook.ts
This commit is contained in:
parent
0df2441d7f
commit
ae90370543
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user