Skip to content

Commit

Permalink
Only add the URI to the record (#4639)
Browse files Browse the repository at this point in the history
  • Loading branch information
haileyok authored Jun 25, 2024
1 parent fc2fba0 commit e5b9f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/state/queries/starter-packs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export function useCreateStarterPackMutation({
description,
descriptionFacets,
list: listRes?.uri,
feeds,
feeds: feeds?.map(f => ({uri: f.uri})),
createdAt: new Date().toISOString(),
},
)
Expand Down

0 comments on commit e5b9f13

Please sign in to comment.