Skip to content

Commit

Permalink
refactor(validation): alphabetical rearrangement
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Blaginov authored and Stefan Blaginov committed Nov 27, 2023
1 parent 9803508 commit f2d9491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/concerto-core/lib/introspect/classdeclaration.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ class ClassDeclaration extends Declaration {
if (
this.superType === this.name &&
![
'Concept', 'Asset', 'Participant', 'Transaction', 'Event'
'Asset', 'Concept', 'Event', 'Participant', 'Transaction',
].includes(this.superType)
) {
let formatter = Globalize('en').messageFormatter('classdeclaration-validate-selfextending');
Expand Down

0 comments on commit f2d9491

Please sign in to comment.