Skip to content

Commit

Permalink
Merge pull request #714 from bcgov/bugfix/alcs-typo
Browse files Browse the repository at this point in the history
Bugfix/alcs typo
  • Loading branch information
dhaselhan authored Jun 21, 2023
2 parents 26a9c77 + f2317fe commit f60143c
Showing 1 changed file with 5 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,14 @@ import { NoticeOfIntent } from './notice-of-intent.entity';
@Injectable()
export class NoticeOfIntentService {
private CARD_RELATIONS = {
card: {
board: true,
type: true,
status: true,
assignee: true,
},
board: true,
type: true,
status: true,
assignee: true,
};

private DEFAULT_RELATIONS: FindOptionsRelations<NoticeOfIntent> = {
card: {
board: true,
type: true,
status: true,
assignee: true,
},
card: this.CARD_RELATIONS,
localGovernment: true,
region: true,
subtype: true,
Expand Down

0 comments on commit f60143c

Please sign in to comment.