| 11 | var Auth = require('../Auth'); |
| 12 | |
| 13 | export class UserController extends AdaptableController { |
| 14 | constructor(adapter, appId, options = {}) { |
| 15 | super(adapter, appId, options); |
| 16 | } |
nothing calls this directly
no outgoing calls
no test coverage detected