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