mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-20 08:31:12 -05:00
Refactor: Clean up user_top_lists items column
This commit is contained in:
@@ -96,7 +96,6 @@ export function UserListManager() {
|
||||
description: newListDescription || null,
|
||||
list_type: newListType,
|
||||
is_public: newListIsPublic,
|
||||
items: [], // Legacy field, will be empty
|
||||
}])
|
||||
.select()
|
||||
.single();
|
||||
|
||||
Reference in New Issue
Block a user