Skip to content

Commit

Permalink
[chore][EF-167-170][Task]clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
MinhhTien authored and hideonbush106 committed Feb 24, 2024
1 parent 14e85ef commit 295d083
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/task/schemas/task.schema.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { Prop, Schema, SchemaFactory } from '@nestjs/mongoose'
import { ApiProperty, ApiPropertyOptional } from '@nestjs/swagger'
import { Order } from '@order/schemas/order.schema'
import { Priority, TaskStatus, TaskType } from '@src/common/contracts/constant'
import { StaffDto } from '@staff/dto/staff.dto'
import { Transform } from 'class-transformer'
Expand Down

0 comments on commit 295d083

Please sign in to comment.