finalised copy changes as per gel review
This commit is contained in:
@@ -77,6 +77,15 @@ export default async function ApiProxy(req, res) {
|
||||
|
||||
delete element.pinswg_WatchedCase;
|
||||
});
|
||||
|
||||
// const uniqueItems = Array.from(
|
||||
// new Map(
|
||||
// data.value.map((item) => [item.ticketnumber, item])
|
||||
// ).values()
|
||||
// );
|
||||
|
||||
// data = { "@odata.count": uniqueItems.length, "value": uniqueItems };
|
||||
|
||||
res.status(200).json(data);
|
||||
})
|
||||
.catch((error) => {
|
||||
|
||||
Reference in New Issue
Block a user