Skip to content

Commit

Permalink
updated imports
Browse files Browse the repository at this point in the history
  • Loading branch information
alxford45 committed Nov 29, 2020
1 parent 74231e7 commit 05139ad
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions api/src/ticket/dto/update-ticket.dto.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import { PartialType } from '@nestjs/swagger';
import { CreateTicketDTO } from './create-ticket.dto';
import { TicketDTO } from './ticket.dto';
import { OmitType as Omit } from '@nestjs/swagger';
import { TicketDTO } from './ticket.dto';

export class UpdateTicketDto extends Omit(TicketDTO, [
'ticket_id',
Expand Down

0 comments on commit 05139ad

Please sign in to comment.