(ctx: Context)
| 41 | SystemSetting = T(SystemSetting); |
| 42 | |
| 43 | constructor(ctx: Context) { |
| 44 | super(ctx, 'setting'); |
| 45 | } |
| 46 | |
| 47 | async [Service.init]() { |
| 48 | const payload = await this.ctx.db.collection('system').find({}).toArray(); |
nothing calls this directly
no outgoing calls
no test coverage detected