correspomnding

This commit is contained in:
Carl Downing
2023-07-30 14:44:27 -07:00
parent 46beb78f41
commit 3902a96a64

View File

@@ -37,7 +37,7 @@ export class Service extends DatabaseService<Model> {
_updatedItemIds: ObjectID[]
): Promise<OnUpdate<Model>> {
if (onUpdate.updateBy.data.status) {
//update the correspomnding oncallTimeline.
//update the corresponding oncallTimeline.
const items: Array<Model> = await this.findBy({
query: onUpdate.updateBy.query,
select: {