(location)
| 5 | } |
| 6 | |
| 7 | export function alertsQuery(location) { |
| 8 | return Query.fromLocation('alerts', location, {}, 'alerts').limit( |
| 9 | Query.MAX_LIMIT |
| 10 | ); |
| 11 | } |
| 12 | |
| 13 | export function entitiesQuery(location) { |
| 14 | // We normally only want Things, not Intervals (relations between things). |
no test coverage detected