mirror of
https://github.com/hexastack/hexabot
synced 2025-01-22 18:45:57 +00:00
refactor: remove comment
This commit is contained in:
parent
dec568cbfa
commit
106045d2c0
3
api/src/utils/test/fixtures/subscriber.ts
vendored
3
api/src/utils/test/fixtures/subscriber.ts
vendored
@ -91,9 +91,6 @@ export const subscriberDefaultValues: TFixturesDefaultValues<Subscriber> = {
|
|||||||
lastvisit: new Date(Date.now() + 7 * 24 * 60 * 60 * 1000),
|
lastvisit: new Date(Date.now() + 7 * 24 * 60 * 60 * 1000),
|
||||||
retainedFrom: new Date(Date.now() + 7 * 24 * 60 * 60 * 1000),
|
retainedFrom: new Date(Date.now() + 7 * 24 * 60 * 60 * 1000),
|
||||||
avatar: null,
|
avatar: null,
|
||||||
/*context: {
|
|
||||||
vars: {},
|
|
||||||
}*/ // TODO: add unit tests taking into account the context field
|
|
||||||
};
|
};
|
||||||
|
|
||||||
export const subscriberFixtures = getFixturesWithDefaultValues<Subscriber>({
|
export const subscriberFixtures = getFixturesWithDefaultValues<Subscriber>({
|
||||||
|
Loading…
Reference in New Issue
Block a user