added first_id for template response
This commit is contained in:
@ -65,6 +65,7 @@ export default class TemplateValidate {
|
||||
_id: IdValidate.get(),
|
||||
name: this.template.name,
|
||||
version: this.template.version,
|
||||
first_id: IdValidate.get(),
|
||||
parameters: this.template.parameters
|
||||
}).validate(data, {stripUnknown: true});
|
||||
return error !== undefined? null : value;
|
||||
|
Reference in New Issue
Block a user