Skip to content

Commit

Permalink
fix invalid import
Browse files Browse the repository at this point in the history
  • Loading branch information
bn-pass committed Nov 8, 2023
1 parent e057fe0 commit 638d1e9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/server/src/modules/deletion/client/deletion.client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ import { AxiosResponse } from 'axios';
import { Injectable } from '@nestjs/common';
import { HttpService } from '@nestjs/axios';
import { ConfigService } from '@nestjs/config';
import { DeletionRequestInput, DeletionRequestOutput } from './interface';
import { DeletionClientConfig } from './deletion-client.config';
import { DeletionRequestInput, DeletionRequestOutput, DeletionClientConfig } from './interface';

@Injectable()
export class DeletionClient {
Expand Down

0 comments on commit 638d1e9

Please sign in to comment.