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