From 94a9e4bb5edf923d37a4e2ff50906c10328d9ae9 Mon Sep 17 00:00:00 2001 From: Michele Date: Tue, 31 Mar 2026 18:07:37 +0200 Subject: [PATCH] fix: rimuovi campo key ridondante da SettingUpdate (arriva dal path URL) Co-Authored-By: Claude Sonnet 4.6 --- backend/app/schemas.py | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/app/schemas.py b/backend/app/schemas.py index b14da14..ad3891f 100644 --- a/backend/app/schemas.py +++ b/backend/app/schemas.py @@ -281,7 +281,6 @@ class CommentAction(BaseModel): # === System Settings === class SettingUpdate(BaseModel): - key: str value: dict | str | list | int | bool | None