W n8n
This commit is contained in:
parent
81b799668e
commit
d4e1729a99
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user