@@ -30,7 +30,7 @@ class DockController extends Controller {
}
async getdock() {
const res = await this.service.getdock(this.ctx.params);
- this.ctx.ok({ ...res });
+ this.ctx.ok({ res });