only add uri to record
This commit is contained in:
@@ -127,7 +127,7 @@ export function useCreateStarterPackMutation({
|
||||
description,
|
||||
descriptionFacets,
|
||||
list: listRes?.uri,
|
||||
feeds,
|
||||
feeds: feeds?.map(f => ({uri: f.uri})),
|
||||
createdAt: new Date().toISOString(),
|
||||
},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user