From 0628bb71287eee50508c96e1d99182a7ff6b775d Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Thu, 17 Jul 2025 15:59:59 +0200 Subject: [PATCH] fix:lint - remove console log --- backend/src/graphql/resolvers/posts.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/src/graphql/resolvers/posts.ts b/backend/src/graphql/resolvers/posts.ts index 50aa6050e..b0a155645 100644 --- a/backend/src/graphql/resolvers/posts.ts +++ b/backend/src/graphql/resolvers/posts.ts @@ -260,7 +260,6 @@ export default { UpdatePost: async (_parent, params, context: Context, _resolveInfo) => { const { config } = context const { categoryIds, files = [] } = params - console.log(files) const { image: imageInput } = params const locationName = validateEventParams(params)