File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { RouterModule } from '@nestjs/core';
33import { CloudflareKvModule } from './cloudflare-kv/cloudflare-kv.module' ;
44import { WssModule } from './wss/wss.module' ;
55import { JobModule } from './jobs/job.module' ;
6- import { AuthModule } from './common/ auth/auth.module' ;
6+ import { AuthModule } from './auth/auth.module' ;
77
88@Module ( {
99 imports : [
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import {
1212 ApiResponseOptions ,
1313 ApiBearerAuth ,
1414} from '@nestjs/swagger' ;
15- import { AuthUser , RedisAuthGuard } from './../auth/redis-auth.guard' ;
15+ import { AuthUser , RedisAuthGuard } from '.. /../auth/redis-auth.guard' ;
1616
1717type ApiOptions = {
1818 apiOperationOptions ?: Partial < ApiOperationOptions > ;
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import { JobService } from './job.service';
1717import { CreateJobDto } from './dto/create-job.dto' ;
1818import { UpdateJobDto } from './dto/update-job.dto' ;
1919import { JobOrderByDto } from './dto/job-order-by.dto' ;
20- import { RedisAuthGuard } from '../common/ auth/redis-auth.guard' ;
20+ import { RedisAuthGuard } from '../auth/redis-auth.guard' ;
2121import { UserEntity as User } from '../common/decorators/user.decorator' ;
2222import { ApiPaginationQuery } from './../common/decorators/api-nested-query.decorator' ;
2323import { PaginationArgs } from '../common/pagination/pagination.args' ;
You can’t perform that action at this time.
0 commit comments