Skip to content

Commit

Permalink
feat: Removed injectable
Browse files Browse the repository at this point in the history
  • Loading branch information
Mayur committed Jul 25, 2024
1 parent d6c3946 commit ed9f146
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/queue-manager/src/consumers/import-job-data.consumer.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import axios from 'axios';
import { Injectable } from '@nestjs/common';
import { parseStringPromise } from 'xml2js';

import { StorageService, FileNameService } from '@impler/services';
Expand All @@ -16,7 +15,6 @@ import { BaseConsumer } from './base.consumer';
import { publishToQueue } from '../bootstrap';
import { getStorageServiceClass } from '../helpers/serivces.helper';

@Injectable()
export class GetImportJobDataConsumer extends BaseConsumer {
private commonRepository: CommonRepository = new CommonRepository();
private userJobRepository: UserJobRepository = new UserJobRepository();
Expand Down

0 comments on commit ed9f146

Please sign in to comment.