Skip to content

Commit

Permalink
Fix favorite link in NFC tag
Browse files Browse the repository at this point in the history
  • Loading branch information
megastary committed Oct 7, 2024
1 parent 1dad64b commit 2dc384b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/continuous-products-aims-integration.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const scheduledTask = scheduleJob(
const article = {
articleId: products[i]._id.toString(),
articleName: products[i].displayName,
nfcUrl: `${process.env.MAIL_BASE_URL}/shop?addfavorie=${products[
nfcUrl: `${process.env.MAIL_BASE_URL}/shop?addfavorite=${products[
i
]._id.toString()}`,
data: {
Expand Down

0 comments on commit 2dc384b

Please sign in to comment.