Skip to content

Commit

Permalink
fix linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mafasva committed May 28, 2024
1 parent d67287d commit 18b687b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/app/shared/models/aqb/aqb-where-item-ui.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ import { IAqbSimpleValueNode } from 'src/app/shared/models/archetype-query-build
import { ReferenceModelType } from 'src/app/shared/models/archetype-query-builder/referencemodel-type.enum'
import { ConnectorNodeType } from 'src/app/shared/models/connector-node-type.enum'
import { IContainmentTreeNode } from '../../../modules/aqls/models/containment-tree-node.interface'
import { COMPARISON_OPERATOR_OPTIONS_EQUALS, COMPARISON_OPERATOR_OPTIONS_INEQUALS } from './aqb-comparison-operator-options'
import {
COMPARISON_OPERATOR_OPTIONS_EQUALS,
COMPARISON_OPERATOR_OPTIONS_INEQUALS,
} from './aqb-comparison-operator-options'
import { IComparisonOperatorOption } from './aqb-comparison-operator-options.interface'
import { AqlParameterValueType } from '../aql/aql-parameter-value-type.enum'
import { IdHelperService } from 'src/app/core/helper/id-helper.service'
Expand Down Expand Up @@ -44,7 +47,7 @@ export class AqbWhereItemUiModel {
item: IContainmentTreeNode,
identifier: string,
compositionReferenceId: number,
archetypeReferenceId: number
archetypeReferenceId: number,

Check failure on line 50 in src/app/shared/models/aqb/aqb-where-item-ui.model.ts

View workflow job for this annotation

GitHub Actions / test_and_scan

Delete `,`
) {
this.name = item.name || item.archetypeId
this.givenName = item.name || item.archetypeId
Expand Down

0 comments on commit 18b687b

Please sign in to comment.