Skip to content

Commit

Permalink
Merge branch 'main' into DEV-1115/shelter-filters
Browse files Browse the repository at this point in the history
  • Loading branch information
mikefeldberg authored Dec 16, 2024
2 parents fdfd8ab + 3ed9b24 commit 51fe1cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/betterangels-backend/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -1283,7 +1283,7 @@ type ShelterType {
healthServices: [HealthServiceType!]!
immediateNeeds: [ImmediateNeedType!]!
interiorPhotos: [ShelterPhotoType!]!
location: ShelterLocationType!
location: ShelterLocationType
maxStay: Int
name: String!
onSiteSecurity: Boolean
Expand Down
2 changes: 1 addition & 1 deletion apps/betterangels-backend/shelters/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ class ShelterType:
health_services: List[HealthServiceType]
immediate_needs: List[ImmediateNeedType]
interior_photos: List[ShelterPhotoType]
location: ShelterLocationType
location: Optional[ShelterLocationType]
max_stay: auto
name: auto
on_site_security: auto
Expand Down

0 comments on commit 51fe1cf

Please sign in to comment.