We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5687e49 commit 5abeb1aCopy full SHA for 5abeb1a
src/services/ProcessorService.js
@@ -567,7 +567,7 @@ processUpdate.schema = {
567
id: joi.numberId(),
568
directProjectId: joi.optionalNumberId(),
569
billingAccountId: joi.optionalNumberId().allow(null),
570
- updatedBy: joi.number().integer().required(), // could be negative for M2M token
+ updatedBy: joi.number().integer().required() // could be negative for M2M token
571
}).unknown(true).required()
572
}).required()
573
}
0 commit comments