podverse-orm 5.1.6-alpha.3 → 5.1.6-alpha.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -26,7 +26,7 @@ class LiveItemService extends baseOneService_1.BaseOneService {
26
26
  end_time: dto.end_time,
27
27
  live_item_status_id: dto.live_item_status
28
28
  };
29
- return _super._update.call(this, item, finalDto, { relations: ['live_item_status'] });
29
+ return _super._update.call(this, item, finalDto);
30
30
  });
31
31
  }
32
32
  getManyByChannel(channel, config) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "podverse-orm",
3
- "version": "5.1.6-alpha.3",
3
+ "version": "5.1.6-alpha.4",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",