fix: slug input (#5239)

Co-authored-by: Frank Elsinga <frank@elsinga.de>
This commit is contained in:
Luke Thomas 2024-11-26 00:56:23 +00:00 committed by GitHub
parent 4228dd0a29
commit cdb8ad321d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 14 additions and 6 deletions

View file

@ -292,6 +292,7 @@ module.exports.statusPageSocketHandler = (socket) => {
ok: true,
msg: "successAdded",
msgi18n: true,
slug: slug
});
} catch (error) {