Skip to content

Commit

Permalink
πŸ’„ style: stock controller import μˆœμ„œ μˆ˜μ •
Browse files Browse the repository at this point in the history
  • Loading branch information
xjfcnfw3 committed Nov 20, 2024
1 parent 5e7e4b0 commit 364f833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/src/stock/stock.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ import { StockDetailService } from './stockDetail.service';
import SessionGuard from '@/auth/session/session.guard';
import { GetUser } from '@/common/decorator/user.decorator';
import { sessionConfig } from '@/configs/session.config';
import { StockSearchRequest } from '@/stock/dto/stock.request';
import {
StockSearchResponse,
StockViewsResponse,
Expand All @@ -46,7 +47,6 @@ import {
UserStockResponse,
} from '@/stock/dto/userStock.response';
import { User } from '@/user/domain/user.entity';
import { StockSearchRequest } from '@/stock/dto/stock.request';

@Controller('stock')
export class StockController {
Expand Down

0 comments on commit 364f833

Please sign in to comment.