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
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) {