Skip to content

Commit

Permalink
fix: fix app image
Browse files Browse the repository at this point in the history
  • Loading branch information
steveiliop56 committed Dec 4, 2024
1 parent 4bf0b9a commit cb0a2f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/alerts/alerts.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func SendDiscord(app *types.SimpleApp, discordUrl string, runtipiUrl string, app
},
TimeStamp: currentTime,
Thumbnail: types.EmbedThumbnail{
Url: utils.GetAppImageUrl(app.Name, appstore),
Url: utils.GetAppImageUrl(app.Id, appstore),
},
},
}
Expand Down

0 comments on commit cb0a2f6

Please sign in to comment.