Skip to content

Commit eeb898c

Browse files
committed
[DELETE] Useless import
1 parent 2c9780f commit eeb898c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/source/source.controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { CACHE_MANAGER, Controller, Get, Inject, Param } from '@nestjs/common';
2-
import { ApiOkResponse, ApiOperation, ApiResponse, ApiTags } from '@nestjs/swagger/dist/decorators';
2+
import { ApiOkResponse, ApiOperation, ApiTags } from '@nestjs/swagger/dist/decorators';
33
import { SourceService } from './source.service';
44
import ServerTrackedDto from 'src/dto/serverTrackedDto';
55
import { Cache } from 'cache-manager';

0 commit comments

Comments
 (0)