Skip to content

Commit

Permalink
Fix lastClicked function
Browse files Browse the repository at this point in the history
  • Loading branch information
pheralb committed Mar 31, 2024
1 parent 12e28a2 commit c553243
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/middleware/redirect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export const urlFromServer = async (
clicks: {
increment: 1,
},
lastClicked: new Date(),
},
});

Expand Down

0 comments on commit c553243

Please sign in to comment.