Skip to content

Commit

Permalink
Actualizar tempsDeFlors.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lluisd authored May 15, 2024
1 parent 905a830 commit de27d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlers/tempsDeFlors.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ 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}`
}
Expand Down

0 comments on commit de27d37

Please sign in to comment.