Skip to content

Commit

Permalink
chore: rename file
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshPatel5940 authored and rajdip-b committed Jan 28, 2024
1 parent f7562c4 commit 0aba0f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/src/auth/auth.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { AuthService } from './service/auth.service'
import { AuthController } from './controller/auth.controller'
import { JwtModule } from '@nestjs/jwt'
import { UserModule } from '../user/user.module'
import { GithubStrategy } from './auth.stratergy'
import { GithubStrategy } from './github.stratergy'

@Module({
imports: [
Expand Down
File renamed without changes.

0 comments on commit 0aba0f3

Please sign in to comment.