This commit is contained in:
Tom Moor
2018-11-18 11:14:26 -08:00
parent 919bca6769
commit c308a2378f
5 changed files with 94 additions and 67 deletions

View File

@ -109,7 +109,7 @@ Team.prototype.provisionSubdomain = async function(subdomain) {
Team.prototype.provisionFirstCollection = async function(userId) {
return await Collection.create({
name: 'General',
description: 'Your first Collection',
description: '',
type: 'atlas',
teamId: this.id,
creatorId: userId,