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,10 +95,10 @@ export class SubscriberRepository extends BaseRepository<
|
||||
oldSubscriber,
|
||||
!!subscriberUpdates?.assignedTo,
|
||||
);
|
||||
}
|
||||
subscriberUpdates.assignedAt = new Date();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Constructs a query to find a subscriber by their foreign ID.
|
||||
|
Loading…
Reference in New Issue
Block a user