Skip to content

Commit

Permalink
style: Fix linting problem
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien2p committed Apr 20, 2022
1 parent 77ff1c4 commit e82d041
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/loaders/subscribers.loader.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { GetInjectableOptions, Logger, MedusaCustomContainer, Type } from '../core';
import { ValidatorOptions } from 'class-validator';
import { GetInjectableOptions, Logger, MedusaCustomContainer } from '../core';
import { asFunction } from 'awilix';

const logger = Logger.contextualize('SubscribersLoader');
Expand Down

0 comments on commit e82d041

Please sign in to comment.