Skip to content

Commit

Permalink
Merge branch 'feat/firecrawl-fe' into deploy/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
iamjoel committed Jun 7, 2024
2 parents 6c238d8 + 8e8418c commit 44ca9f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ const FireCrawl: FC<Props> = ({
},
}
}
if (res.status === 'error') {
if (res.status === 'error' || !res.status) {
// can't get the error message from the firecrawl api
return {
isError: true,
Expand Down

0 comments on commit 44ca9f6

Please sign in to comment.