Skip to content
This repository has been archived by the owner on Nov 29, 2021. It is now read-only.

Commit

Permalink
feat: add UpdateLiveTourInput
Browse files Browse the repository at this point in the history
  • Loading branch information
YanceyOfficial committed Dec 26, 2019
1 parent 2fdab93 commit 394b8ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/live-tours/dtos/update-open-source.input.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { InputType, Field } from 'type-graphql'
import { IsString, IsNotEmpty } from 'class-validator'
import { CreateOpenSourceInput } from './create-open-source.input'
import { CreateLiveTourInput } from './create-open-source.input'

@InputType()
export class UpdateOpenSourceInput extends CreateOpenSourceInput {
export class UpdateLiveTourInput extends CreateLiveTourInput {
@Field()
@IsString()
@IsNotEmpty()
Expand Down

0 comments on commit 394b8ac

Please sign in to comment.