only add uri to record

This commit is contained in:
Hailey
2024-06-25 09:18:15 -07:00
parent fc2fba0981
commit d6b189eabe
+1 -1
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(),
},
)