(campaignHandle, options)
| 59 | }, |
| 60 | |
| 61 | fetchForCampaign (campaignHandle, options) { |
| 62 | return fetchJson(`/db/campaign/${campaignHandle}/sessions`, options) |
| 63 | }, |
| 64 | |
| 65 | fetchCompletedByDate (date, options) { |
| 66 | if (options == null) { options = {} } |
nothing calls this directly
no outgoing calls
no test coverage detected