Skip to content

Commit

Permalink
⚙️ chore: 린트 오류 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
sieunie committed Nov 14, 2024
1 parent 30a57db commit 712cabd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions BE/src/stock/order/stock-order.repository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import { Injectable, InternalServerErrorException } from '@nestjs/common';
import { Order } from './stock-order.entity';
import { StatusType } from './enum/status-type';
import { Asset } from '../../asset/asset.entity';
import { StockOrderRequestDto } from './dto/stock-order-request.dto';
import { TradeType } from './enum/trade-type';
import { UserStock } from '../../userStock/user-stock.entity';

@Injectable()
Expand Down

0 comments on commit 712cabd

Please sign in to comment.