W n8n
This commit is contained in:
parent
d4e1729a99
commit
67f495872f
@ -170,7 +170,7 @@ export async function POST(request: Request) {
|
|||||||
const updatedMission = await prisma.mission.update({
|
const updatedMission = await prisma.mission.update({
|
||||||
where: { id: existingMission.id },
|
where: { id: existingMission.id },
|
||||||
data: {
|
data: {
|
||||||
leantimeProjectId: body.leantimeProjectId || null,
|
leantimeProjectId: body.leantimeProjectId ? String(body.leantimeProjectId) : null,
|
||||||
outlineCollectionId: body.documentationCollectionId || null,
|
outlineCollectionId: body.documentationCollectionId || null,
|
||||||
rocketChatChannelId: body.rocketchatChannelId || null,
|
rocketChatChannelId: body.rocketchatChannelId || null,
|
||||||
giteaRepositoryUrl: body.gitRepoUrl || null,
|
giteaRepositoryUrl: body.gitRepoUrl || null,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user