Skip to content

Commit

Permalink
CMR-10132: fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
eudoroolivares2016 committed Nov 4, 2024
1 parent 7223374 commit 2d48adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/domains/items.ts
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ export const getItemIds = async (
*/
export const addProviderLinks = (req: Request, item: STACItem): STACItem => {
const providerLinks = selfLinks(req, item);

item.links = [...providerLinks, ...(item.links ?? [])];

return item;
Expand Down

0 comments on commit 2d48adf

Please sign in to comment.