Atlas > Collection

This commit is contained in:
Tom Moor
2017-05-27 11:08:52 -07:00
parent 8883231f01
commit 639a0ec45c
8 changed files with 30 additions and 27 deletions

View File

@ -152,7 +152,7 @@ router.post('auth.slack', async ctx => {
}
if (!teamExisted) {
await team.createFirstAtlas(user.id);
await team.createFirstCollection(user.id);
}
ctx.body = {