(options)
| 17 | }, |
| 18 | |
| 19 | getOwn (options) { |
| 20 | if (options == null) { options = {} } |
| 21 | if (options.data == null) { options.data = {} } |
| 22 | options.data.applicant = me.id |
| 23 | return fetchJson('/db/trial.request', options) |
| 24 | }, |
| 25 | |
| 26 | update (trialRequest, options) { |
| 27 | if (!trialRequest._id) { |
nothing calls this directly
no outgoing calls
no test coverage detected