chore: rename collection creatorId to createdById (#1794)

This commit is contained in:
Rubén Moya
2021-01-12 08:17:31 +01:00
committed by GitHub
parent d258082c5f
commit 47369dd968
10 changed files with 46 additions and 27 deletions

View File

@ -28,7 +28,7 @@ describe("documentMover", () => {
parentDocumentId: document.id,
collectionId: collection.id,
teamId: collection.teamId,
userId: collection.creatorId,
userId: collection.createdById,
title: "Child document",
text: "content",
});
@ -59,7 +59,7 @@ describe("documentMover", () => {
parentDocumentId: document.id,
collectionId: collection.id,
teamId: collection.teamId,
userId: collection.creatorId,
userId: collection.createdById,
title: "Child document",
text: "content",
});