(location)
| 1 | import Query from 'app/Query'; |
| 2 | |
| 3 | export function groupsQuery(location) { |
| 4 | return Query.fromLocation('groups', location, {}, 'groups'); |
| 5 | } |
| 6 | |
| 7 | export function alertsQuery(location) { |
| 8 | return Query.fromLocation('alerts', location, {}, 'alerts').limit( |
no test coverage detected