Skip to content

Commit

Permalink
Re-run API Generator
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyomair committed Dec 10, 2024
1 parent eb488e9 commit e757be1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions api/src/footers/generated/dto/footer.input.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// This file has been generated by comet api-generator.
// You may choose to use this file as scaffold by moving this file out of generated folder and removing this comment.
import { BlockInputInterface, isBlockInputInterface } from "@comet/blocks-api";
import { PartialType, RootBlockInputScalar } from "@comet/cms-api";
import { RootBlockInputScalar } from "@comet/cms-api";
import { Field, InputType } from "@nestjs/graphql";
import { FooterContentBlock } from "@src/footers/blocks/footer-content.block";
import { Transform } from "class-transformer";
Expand All @@ -15,6 +15,3 @@ export class FooterInput {
@ValidateNested()
content: BlockInputInterface;
}

@InputType()
export class FooterUpdateInput extends PartialType(FooterInput) {}

0 comments on commit e757be1

Please sign in to comment.