mirror of
https://github.com/hexastack/hexabot
synced 2025-01-22 10:35:37 +00:00
Merge pull request #566 from Hexastack/fix/assignedAt-missing-value
fix: missing value assignedAt
This commit is contained in:
commit
24f0a6d85a
@ -95,6 +95,7 @@ export class SubscriberRepository extends BaseRepository<
|
||||
oldSubscriber,
|
||||
!!subscriberUpdates?.assignedTo,
|
||||
);
|
||||
subscriberUpdates.assignedAt = new Date();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user