Skip to content

Commit

Permalink
fix: android link
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud AMBROSELLI committed May 30, 2024
1 parent 0ca3517 commit 8b14d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/middlewares/versionCheck.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = ({ headers: { appversion, appdevice } }, res, next) => {
ok: false,
sendInApp: [
"Votre application n'est pas à jour !",
`Vous pouvez la mettre à jour en cliquant sur le lien ci-dessous ou en vous rendant sur ${}`,
`Vous pouvez la mettre à jour en cliquant sur le lien ci-dessous ou en vous rendant sur ${appdevice === "ios" ? iosLink : androidLink}`,
[{ text: "Mettre à jour", link: appdevice === "ios" ? iosLink : androidLink }],
{ cancelable: true },
],
Expand Down

0 comments on commit 8b14d08

Please sign in to comment.