add FE2 terminology to commit create webhook (#1657)

This commit is contained in:
Gergő Jedlicska
2023-06-28 09:17:55 +02:00
committed by GitHub
parent 5844280e35
commit 075fb82907
3 changed files with 19 additions and 2 deletions
@@ -141,7 +141,14 @@ export async function createCommitByBranchName(
streamId,
userId: authorId,
branchName,
input: { ...commit, branchName, objectId, streamId },
input: {
...commit,
branchName,
objectId,
streamId
},
// the new FE2 term for a branchId
modelId: myBranch.id,
commit
})
}