Skip to content

Commit

Permalink
iHandle case where company not found
Browse files Browse the repository at this point in the history
  • Loading branch information
shrir committed Oct 25, 2024
1 parent 519fede commit f6cc10c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/domain/companies/services.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ async def create(
)
except Exception as e:
await logger.awarn("Error getting company details", exc_info=e)
company_details = {}
location = None

# TODO: Move to provider specific code
Expand Down

0 comments on commit f6cc10c

Please sign in to comment.