mirror of
https://github.com/mendableai/firecrawl.git
synced 2024-11-16 03:32:22 +08:00
Update webhook.ts
This commit is contained in:
parent
0df2441d7f
commit
ae90370543
|
@ -91,7 +91,7 @@ export const callWebhook = async (
|
|||
)
|
||||
.catch((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) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user