From bdfee57b4315f00032aa5b832af35e742c596fa8 Mon Sep 17 00:00:00 2001 From: Maximilian Harz Date: Sun, 1 Feb 2026 22:25:06 +0100 Subject: [PATCH] Fix linting --- backend/src/graphql/types/type/Post.gql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/src/graphql/types/type/Post.gql b/backend/src/graphql/types/type/Post.gql index 2d190994c..0a0e571d5 100644 --- a/backend/src/graphql/types/type/Post.gql +++ b/backend/src/graphql/types/type/Post.gql @@ -226,7 +226,7 @@ type Mutation { slug: String content: String! files: [FileInput] - image: ImageInput, + image: ImageInput visibility: Visibility language: String categoryIds: [ID] @@ -242,7 +242,7 @@ type Mutation { content: String! contentExcerpt: String files: [FileInput] - image: ImageInput, + image: ImageInput visibility: Visibility language: String categoryIds: [ID]