Skip to content

Commit

Permalink
fix: Correção da issue SOS-RS#146 do frontend. (SOS-RS#105)
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Eduard Piske <kevin.piske@serpro.gov.br>
Co-authored-by: José Geraldo D. F <fagundesjg@outlook.com>
  • Loading branch information
3 people authored and HelioDantas committed May 16, 2024
1 parent 0e1a7a1 commit b62302d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/shelter/ShelterSearch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ class ShelterSearch {
},
unavailable: {
lte: this.prismaService.shelter.fields.shelteredPeople,
not: 0,
},
};

Expand Down

0 comments on commit b62302d

Please sign in to comment.