Skip to content

Commit

Permalink
fix: make Address.complementary non mandatory (#88)
Browse files Browse the repository at this point in the history
* make Address.complementary non mandatory

* fix: make Address.complementary non mandatory
  • Loading branch information
Arthur Abrantes authored May 6, 2021
1 parent 28b2032 commit 86e3ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/Address.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ export interface Address {
/** Bairro */
neighborhood?: string;
/** Complemento. **Não pode ser uma string vazia** nem null */
complementary: string;
complementary?: string;
}

1 comment on commit 86e3ada

@abrantesarthur
Copy link
Contributor

Choose a reason for hiding this comment

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

@jonyw4 você saberia porque o release de uma nova versão falhou?

Please sign in to comment.