Skip to content

Commit

Permalink
arrivals bigger range
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan-g committed Oct 27, 2024
1 parent 43b3c41 commit 5d22ce5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/features/ngo/ngo.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ export class NgoService {
(n: { deliveryCode: string }) => n.deliveryCode,
);
const uniqueCodes = Array.from(new Set(codesArray));
console.log(uniqueCodes);

const arrivalCodes = [];
for await (const c of uniqueCodes) {
Expand Down

0 comments on commit 5d22ce5

Please sign in to comment.