(body)
| 214 | }, |
| 215 | |
| 216 | sendVerifyEmail (body) { |
| 217 | return fetchJson('/db/user/related-accounts/confirm-email', _.assign({}, { |
| 218 | method: 'POST', |
| 219 | json: body |
| 220 | })) |
| 221 | }, |
| 222 | |
| 223 | getFullNames (json, options) { |
| 224 | return fetchJson('/db/user/-/getFullNames', _.assign({}, options, { |
nothing calls this directly
no outgoing calls
no test coverage detected