mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix(api): update subscriber fixtures
This commit is contained in:
parent
0d85f0b2fe
commit
d754a8bfe7
4
api/src/utils/test/fixtures/subscriber.ts
vendored
4
api/src/utils/test/fixtures/subscriber.ts
vendored
@ -23,8 +23,8 @@ export const subscriberDefaultValues: TSubscriberFixtures['defaultValues'] = {
|
|||||||
timezone: 0,
|
timezone: 0,
|
||||||
assignedTo: null,
|
assignedTo: null,
|
||||||
assignedAt: null,
|
assignedAt: null,
|
||||||
lastvisit: new Date(Date.now() + 7 * 24 * 60 * 60 * 1000),
|
lastvisit: new Date(),
|
||||||
retainedFrom: new Date(Date.now() + 7 * 24 * 60 * 60 * 1000),
|
retainedFrom: new Date(),
|
||||||
avatar: null,
|
avatar: null,
|
||||||
context: {
|
context: {
|
||||||
vars: {},
|
vars: {},
|
||||||
|
Loading…
Reference in New Issue
Block a user