Loading backend/api/src/@pyro/db-server/db-service.ts +2 −1 Original line number Diff line number Diff line Loading @@ -298,7 +298,8 @@ export abstract class DBService<T extends DBObject<any, any>> { _id: { $in: ids.map((id) => this.getObjectId(id)) } }, { isDeleted: true } { isDeleted: true }, { multi: true } ).exec(); } Loading Loading
backend/api/src/@pyro/db-server/db-service.ts +2 −1 Original line number Diff line number Diff line Loading @@ -298,7 +298,8 @@ export abstract class DBService<T extends DBObject<any, any>> { _id: { $in: ids.map((id) => this.getObjectId(id)) } }, { isDeleted: true } { isDeleted: true }, { multi: true } ).exec(); } Loading