fix:lint - remove console log

This commit is contained in:
Ulf Gebhardt 2025-07-17 15:59:59 +02:00
parent 3bc68ceed5
commit 0628bb7128
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -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)