mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-23 19:11:12 -05:00
Fix UserListManager insert statement
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user