Skip to content

Commit

Permalink
modify error
Browse files Browse the repository at this point in the history
  • Loading branch information
siwonpada committed Mar 10, 2024
1 parent 3eec10b commit 9fa7817
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 deletions.
4 changes: 2 additions & 2 deletions src/idp/idp.module.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import { Module } from '@nestjs/common';
import { IdpService } from './idp.service';
import { HttpService } from '@nestjs/axios';
import { HttpModule } from '@nestjs/axios';
import { ConfigModule } from '@nestjs/config';

@Module({
imports: [HttpService, ConfigModule],
imports: [HttpModule, ConfigModule],
providers: [IdpService],
exports: [IdpService],
})
Expand Down
18 changes: 0 additions & 18 deletions test/user/user.controller.spec.ts

This file was deleted.

0 comments on commit 9fa7817

Please sign in to comment.