Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lluisd committed May 16, 2024
2 parents 5466319 + 67cc61c commit ae4de5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions handlers/tempsDeFlors.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@ class TempsDeFlors {
const timetable = spot.timetable ? '*Interior Abierto Miércoles 15 y Sábados 11 y 18, de 9.30-24 h' : ''
let text = `${spot.number} - ${spot.description}`
if (spot.visited) {
text = `${text} (✔️${this._getScreenshotText(spot)})`
text = `${text} (✔️ ${this._getScreenshotText(spot)} )`
} else {
text = `${text} (❌${this._getScreenshotText(spot)}) (maps ${config.externalUrl}/p/${spot.number} ) ${timetable}`
text = `${text} (❌${this._getScreenshotText(spot)} ) (maps ${config.externalUrl}/p/${spot.number} ) ${timetable}`
}
return text
}
Expand Down

0 comments on commit ae4de5f

Please sign in to comment.