mirror of
https://github.com/hexastack/hexabot
synced 2025-03-16 10:28:54 +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?.assignedTo,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
subscriberUpdates.assignedAt = new Date();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user