Only add the URI to the record (#4639)

zio/stable
Hailey 2024-06-25 09:24:05 -07:00 committed by GitHub
parent fc2fba0981
commit e5b9f130a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ export function useCreateStarterPackMutation({
description,
descriptionFacets,
list: listRes?.uri,
feeds,
feeds: feeds?.map(f => ({uri: f.uri})),
createdAt: new Date().toISOString(),
},
)