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

pull/4869/head
jmolnar-comparative 6 months ago committed by GitHub
parent 59f10d542b
commit a81f949f98
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -147,7 +147,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;

Loading…
Cancel
Save