Skip to content

Commit

Permalink
Unused chars (#28379)
Browse files Browse the repository at this point in the history
  • Loading branch information
qmonmert authored Jan 4, 2025
1 parent 176b5ed commit 9b01df2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ for (relationship of relationships) {
private <%= relationship.otherEntity.persistClass %> <%= relationship.relationshipFieldName %>;
<%_ } _%>
<%_ }; _%>
<%_ } _%>
<&- fragments.classAdditionalRelationshipsSection() -&>
// jhipster-needle-entity-add-field - JHipster will add fields here
<%_ for (const field of fields.filter(field => !field.transient && (embedded || !field.id || !primaryKey.composite))) { _%>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ for (const otherEntity of otherEntitiesWithPersistableRelationship) {
action: `get${otherEntity.entityNamePlural}`,
instance: otherEntity.entityInstancePlural,
entity: otherEntity.entityAngularName,
reducer: otherEntity.builtInUser ? `userManagement.${otherEntity.entityInstancePlural}` : `${otherEntity.entityReactState}.entities`,
reducer: otherEntity.builtInUser ? `userManagement.${otherEntity.entityInstancePlural}` : `${otherEntity.entityReactState}.entities`
});
if (otherEntity.builtInUser) {
_%>
Expand Down

0 comments on commit 9b01df2

Please sign in to comment.