W n8n route
This commit is contained in:
parent
7445a51df0
commit
e2991f45a2
@ -35,7 +35,7 @@ export class N8nService {
|
||||
missionType: data.missionType || 'default',
|
||||
donneurDOrdre: data.donneurDOrdre || 'default',
|
||||
projection: data.projection || 'default',
|
||||
services: Array.isArray(data.services) ? data.services : [],
|
||||
services: data.services || [], // Handle undefined services
|
||||
participation: data.participation || 'default',
|
||||
profils: Array.isArray(data.profils) ? data.profils : [],
|
||||
guardians: data.guardians || {},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user