({ userId })
| 147 | }, |
| 148 | |
| 149 | extraProvisions ({ userId }) { |
| 150 | return fetchJson(`/db/user/${userId}/extra-provisions`, _.assign({}, { |
| 151 | method: 'PUT' |
| 152 | })) |
| 153 | }, |
| 154 | |
| 155 | loginArapahoe (attrs, options) { |
| 156 | if (options == null) { options = {} } |
nothing calls this directly
no outgoing calls
no test coverage detected