Fix UserListManager insert statement

This commit is contained in:
gpt-engineer-app[bot]
2025-10-03 14:19:15 +00:00
parent a595976924
commit b8f1efee97
2 changed files with 18 additions and 3 deletions

View File

@@ -2111,7 +2111,6 @@ export type Database = {
description: string | null
id: string
is_public: boolean | null
items: Json
list_type: string
title: string
updated_at: string
@@ -2122,7 +2121,6 @@ export type Database = {
description?: string | null
id?: string
is_public?: boolean | null
items: Json
list_type: string
title: string
updated_at?: string
@@ -2133,7 +2131,6 @@ export type Database = {
description?: string | null
id?: string
is_public?: boolean | null
items?: Json
list_type?: string
title?: string
updated_at?: string