mirror of
https://github.com/hexastack/hexabot
synced 2025-01-22 10:35:37 +00:00
fix: where assignedAt attribute gets updated
This commit is contained in:
parent
28a3ac68ab
commit
c9870aa912
@ -95,8 +95,8 @@ export class SubscriberRepository extends BaseRepository<
|
|||||||
oldSubscriber,
|
oldSubscriber,
|
||||||
!!subscriberUpdates?.assignedTo,
|
!!subscriberUpdates?.assignedTo,
|
||||||
);
|
);
|
||||||
|
subscriberUpdates.assignedAt = new Date();
|
||||||
}
|
}
|
||||||
subscriberUpdates.assignedAt = new Date();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user