Tidied people list, now displaying joined at date
This commit is contained in:
Tom Moor
2018-06-20 22:10:03 -07:00
parent b9e0668d7d
commit fa4453a476
9 changed files with 35 additions and 17 deletions

View File

@@ -42,6 +42,7 @@ export async function buildUser(overrides: Object = {}) {
password: 'test123!',
service: 'slack',
serviceId: uuid.v4(),
createdAt: new Date('2018-01-01T00:00:00.000Z'),
...overrides,
});
}

View File

@@ -36,6 +36,7 @@ const seed = async () => {
id: 'U2399UF2P',
image_192: 'http://example.com/avatar.png',
},
createdAt: new Date('2018-01-01T00:00:00.000Z'),
});
const admin = await User.create({
@@ -52,6 +53,7 @@ const seed = async () => {
id: 'U2399UF1P',
image_192: 'http://example.com/avatar.png',
},
createdAt: new Date('2018-01-01T00:00:00.000Z'),
});
const collection = await Collection.create({