chore: fixed a typo for internal, unused part of the file upload icon for status page (#4757)

This commit is contained in:
jmolnar-comparative 2024-05-13 11:24:13 -06:00 committed by GitHub
parent 59f10d542b
commit a81f949f98
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -147,7 +147,7 @@ module.exports.statusPageSocketHandler = (socket) => {
config.logo = `/upload/${filename}?t=` + Date.now();
} else {
config.icon = imgDataUrl;
config.logo = imgDataUrl;
}
statusPage.slug = config.slug;