This commit is contained in:
alma 2025-05-23 12:01:41 +02:00
parent 81b799668e
commit d4e1729a99

View File

@ -317,7 +317,7 @@ export async function POST(request: Request) {
participation: body.participation || 'default',
creatorId: creatorId,
logo: body.logo || null,
leantimeProjectId: body.leantimeProjectId || null,
leantimeProjectId: body.leantimeProjectId ? String(body.leantimeProjectId) : null,
outlineCollectionId: body.documentationCollectionId || null,
rocketChatChannelId: body.rocketchatChannelId || null,
giteaRepositoryUrl: body.gitRepoUrl || null,