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

This commit is contained in:
jmolnar-comparative 2024-05-10 12:35:36 -06:00 committed by GitHub
parent dbbc79a05a
commit 237a6e8da9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
server/socket-handlers

View File

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