Skip to content

Commit

Permalink
Merge pull request #175 from UN-OCHA/HPC-9825
Browse files Browse the repository at this point in the history
HPC-9825: Add filters to emergency endpoint
  • Loading branch information
enxtur authored Oct 31, 2024
2 parents 37a54f9 + d0caf06 commit 6fc29fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/db/models/location.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export type LocationId = Brand<

export const LOCATION_ID = brandedType<number, LocationId>(t.number);

const LOCATION_STATUS = t.keyof({
export const LOCATION_STATUS = t.keyof({
active: null,
expired: null,
});
Expand Down

0 comments on commit 6fc29fb

Please sign in to comment.