Skip to content

Commit

Permalink
chore: fixed a typo for internal, unused part of the file upload icon…
Browse files Browse the repository at this point in the history
… for status page (#4750)
  • Loading branch information
jmolnar-comparative committed May 10, 2024
1 parent dbbc79a commit 237a6e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/socket-handlers/status-page-socket-handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ module.exports.statusPageSocketHandler = (socket) => {
config.logo = `/upload/${filename}?t=` + Date.now();

} else {
config.icon = imgDataUrl;
config.logo = imgDataUrl;
}

statusPage.slug = config.slug;
Expand Down

0 comments on commit 237a6e8

Please sign in to comment.