fix: Formatting of welcome docs :rolleyes:

This commit is contained in:
Tom Moor
2021-08-01 13:03:21 -07:00
parent 6665dfff28
commit 21d3b9c7e0
5 changed files with 5 additions and 3 deletions

View File

@@ -182,7 +182,7 @@ Team.prototype.provisionFirstCollection = async function (userId) {
"utf8"
);
const document = await Document.create({
version: 1,
version: 2,
isWelcome: true,
parentDocumentId: null,
collectionId: collection.id,