Skip to content

Commit

Permalink
Add guid to track request
Browse files Browse the repository at this point in the history
  • Loading branch information
Aquabet committed Jan 5, 2025
1 parent 66b15c6 commit 8e92abc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/routes/ups/track.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ async function handler(ctx) {
const item: DataItem = {
title: status,
link: url,
guid: `${trackingNumber}-${i}`,
description: `
Status: ${status} <br>
Location: ${location} <br>
Expand Down

0 comments on commit 8e92abc

Please sign in to comment.