mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-03-03 16:05:56 +00:00
chore:code styling
This commit is contained in:
parent
0d39d03b04
commit
73604ba7fa
2 changed files with 0 additions and 2 deletions
|
@ -26,7 +26,6 @@ module.exports.statusPageSocketHandler = (socket) => {
|
|||
throw new Error("slug is not found");
|
||||
}
|
||||
|
||||
|
||||
let incidentBean;
|
||||
|
||||
if (incident.id) {
|
||||
|
|
|
@ -1066,7 +1066,6 @@ export default {
|
|||
}
|
||||
},
|
||||
|
||||
|
||||
/**
|
||||
* Generate sanitized HTML from maintenance description
|
||||
* @param {number} index Text to sanitize
|
||||
|
|
Loading…
Add table
Reference in a new issue