Skip to content

Commit cad020f

Browse files
committed
feat: increase distance filter to 16.5 km for relevant interventions
1 parent 0e1275b commit cad020f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/routes/notifire.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const registerNotifireRoutes = (fastify) => {
1515
return true
1616
}
1717

18-
return item.distance <= 16 // 16 km radius
18+
return item.distance <= 16.5
1919
})
2020

2121
for (let i = 0; i < filteredInterventions.length; i++) {

0 commit comments

Comments
 (0)