chore: rename collection creatorId to createdById (#1794)
This commit is contained in:
@@ -53,7 +53,7 @@ router.post("collections.create", auth(), async (ctx) => {
|
||||
icon,
|
||||
color,
|
||||
teamId: user.teamId,
|
||||
creatorId: user.id,
|
||||
createdById: user.id,
|
||||
private: isPrivate,
|
||||
sort,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user