Commits

Art Lowel authored 77f6294bded
fix linting issues
No tags

src/app/+item-page/simple/item-types/shared/item-relationships-utils.ts

Modified
88 88 }
89 89 })
90 90 .filter((item: Item) => hasValue(item))
91 91 ),
92 92 distinctUntilChanged(compareArraysUsingIds()),
93 93 map((relatedItems: Item[]) =>
94 94 Object.assign(relationshipsRD, { payload: Object.assign(relationshipsRD.payload, { page: relatedItems } )})
95 95 )
96 96 )
97 97 })
98 - );
98 + );

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut