Skip to content

Commit

Permalink
HACK ACTIVATE ENL FOR TESTING
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeh committed Oct 6, 2023
1 parent 739b536 commit 64d22c7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions api/src/modules/indicators/indicators.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,11 @@ export class IndicatorsService extends AppBaseService<
status: INDICATOR_STATUS.ACTIVE,
} as Indicator),
);
// TODO: HACK FOR TEST!!!!
await this.repository.update(
{ nameCode: INDICATOR_NAME_CODES.ENL },
{ status: INDICATOR_STATUS.ACTIVE },
);
return this.indicatorRepository.save(activatedIndicators);
}

Expand Down

0 comments on commit 64d22c7

Please sign in to comment.