Skip to content

Commit

Permalink
Update packages/concerto-core/lib/basemodelmanager.js
Browse files Browse the repository at this point in the history
Co-authored-by: Sanket Shevkar <[email protected]>
  • Loading branch information
dselman and sanketshevkar authored Oct 8, 2024
1 parent c98ed62 commit a698bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/concerto-core/lib/basemodelmanager.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class BaseModelManager {
* @param {boolean} [options.enableMapType] - When true, the Concerto Map Type feature is enabled
* @param {boolean} [options.importAliasing] - When true, the Concerto Aliasing feature is enabled
* @param {object} [options.decoratorValidation] - the decorator validation configuration
* @param {string} [options.decoratorValidation.defined] - the validation log level for defined decorators: off, warning, error
* @param {string} [options.decoratorValidation.missingDecorator] - the validation log level for missingDecorator decorators: off, warning, error
* @param {string} [options.decoratorValidation.undefined] - the validation log level for undefined decorators: off, warning, error
* @param {*} [processFile] - how to obtain a concerto AST from an input to the model manager
*/
Expand Down

0 comments on commit a698bf3

Please sign in to comment.