chore:code styling

This commit is contained in:
joebnb 2024-08-02 18:19:32 +08:00
parent 0d39d03b04
commit 73604ba7fa
2 changed files with 0 additions and 2 deletions

View file

@ -26,7 +26,6 @@ module.exports.statusPageSocketHandler = (socket) => {
throw new Error("slug is not found"); throw new Error("slug is not found");
} }
let incidentBean; let incidentBean;
if (incident.id) { if (incident.id) {

View file

@ -1066,7 +1066,6 @@ export default {
} }
}, },
/** /**
* Generate sanitized HTML from maintenance description * Generate sanitized HTML from maintenance description
* @param {number} index Text to sanitize * @param {number} index Text to sanitize