({ fetchByIds, teachersOnly, includeTrialRequests })
| 122 | }, |
| 123 | |
| 124 | fetchByIds ({ fetchByIds, teachersOnly, includeTrialRequests }) { |
| 125 | return fetchJson('/db/user', { |
| 126 | method: 'GET', |
| 127 | data: { |
| 128 | fetchByIds, |
| 129 | teachersOnly, |
| 130 | includeTrialRequests |
| 131 | } |
| 132 | }) |
| 133 | }, |
| 134 | |
| 135 | setCountryGeo (options) { |
| 136 | if (options == null) { options = {} } |
nothing calls this directly
no outgoing calls
no test coverage detected