Skip to content

Commit

Permalink
Trying again
Browse files Browse the repository at this point in the history
  • Loading branch information
krishnan-aot committed Jan 23, 2025
1 parent e854eb8 commit fbb6d9a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vehicles/src/modules/common/common.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ import { Country } from './entities/country.entity';
import { Province } from './entities/province.entity';
import { LogAsyncMethodExecution } from '../../common/decorator/log-async-method-execution.decorator';
import { Permit } from '../permit-application-payment/permit/entities/permit.entity';
import { ValidationResults } from 'onroute-policy-engine/dist/validation-results.d';
import { Policy } from 'onroute-policy-engine/dist/policy-engine.d';
import { Policy, ValidationResults } from 'onroute-policy-engine';
import { ReadPolicyConfigDto } from '../policy/dto/response/read-policy-config.dto';
import { CACHE_MANAGER } from '@nestjs/cache-manager';
import { Cache } from 'cache-manager';
Expand Down

0 comments on commit fbb6d9a

Please sign in to comment.