Skip to content

Commit

Permalink
page harvest/échec d'affichage (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksibisamir committed May 19, 2023
2 parents f253957 + a74b74a commit da2306f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/campaign.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -1827,7 +1827,7 @@ module.exports.linkStats = async (req, res) => {
const ratio = campaign.ratios
const bounties = campaign.bounties
let abosNumber = info.abosNumber || 0
info._doc.currency = campaign.token.name
info.currency = campaign.token.name
if (ratio.length) {
let socialStats = {
likes: info.likes,
Expand Down

0 comments on commit da2306f

Please sign in to comment.