We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82d5468 commit d2d7dc3Copy full SHA for d2d7dc3
src/services/graphql/resolvers/orderResolver.ts
@@ -94,9 +94,7 @@ class OrderResolver {
94
95
// Get unique hypercert IDs and convert to lowercase once
96
const allHypercertIds = _.uniq(
97
- data.map((order) =>
98
- (order.hypercert_id as unknown as string)?.toLowerCase(),
99
- ),
+ data.map((order) => order.hypercert_id as unknown as string),
100
);
101
102
// Fetch hypercerts in parallel with any other async operations
0 commit comments