fix(api): update subscriber fixtures

This commit is contained in:
yassinedorbozgithub 2025-06-26 08:38:05 +01:00
parent 0d85f0b2fe
commit d754a8bfe7

View File

@ -23,8 +23,8 @@ export const subscriberDefaultValues: TSubscriberFixtures['defaultValues'] = {
timezone: 0,
assignedTo: null,
assignedAt: null,
lastvisit: new Date(Date.now() + 7 * 24 * 60 * 60 * 1000),
retainedFrom: new Date(Date.now() + 7 * 24 * 60 * 60 * 1000),
lastvisit: new Date(),
retainedFrom: new Date(),
avatar: null,
context: {
vars: {},