Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(api): fix exception with siege #136

Merged
merged 1 commit into from
Jan 10, 2022
Merged

fix(api): fix exception with siege #136

merged 1 commit into from
Jan 10, 2022

Conversation

revolunet
Copy link
Member

No description provided.

@revolunet revolunet changed the title fix: fix exception fix(api): fix exception with siege Jan 10, 2022
@revolunet revolunet merged commit 4377730 into master Jan 10, 2022
@revolunet revolunet deleted the hotfix branch January 10, 2022 14:28
SocialGroovyBot added a commit that referenced this pull request Jan 10, 2022
## [1.6.11](v1.6.10...v1.6.11) (2022-01-10)

### Bug Fixes

* fix exception ([#136](#136)) ([4377730](4377730))
@SocialGroovyBot
Copy link
Member

🎉 This PR is included in version 1.6.11 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@@ -110,7 +110,7 @@ export const mapHit = ({
address: address[0],
siret: siret[0],
idccs,
is_siege: is_siege[0],
is_siege: (is_siege && is_siege.length && is_siege[0]) || false,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oups, merci ! 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants