Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 7678081

Browse files
Issue #233
1 parent 80b36c8 commit 7678081

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/services/ProcessorService.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ processCreate.schema = {
283283
confidentialityType: Joi.string(),
284284
directProjectId: Joi.number(),
285285
forumId: Joi.number().integer().positive()
286-
}),
286+
}).unknown(true),
287287
billingAccountId: Joi.number(),
288288
name: Joi.string().required(),
289289
description: Joi.string(),
@@ -397,7 +397,7 @@ processUpdate.schema = {
397397
directProjectId: Joi.number(),
398398
forumId: Joi.number().integer().positive(),
399399
informixModified: Joi.string()
400-
}),
400+
}).unknown(true),
401401
billingAccountId: Joi.number(),
402402
typeId: Joi.string(),
403403
name: Joi.string(),

0 commit comments

Comments
 (0)