mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-02-18 00:02:39 +03:00
minor
This commit is contained in:
parent
972ae60cfc
commit
1973db28bf
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ lines = lines.filter((line) => line !== "");
|
||||||
lines = [ ...new Set(lines) ];
|
lines = [ ...new Set(lines) ];
|
||||||
|
|
||||||
// Remove @weblate and @UptimeKumaBot
|
// Remove @weblate and @UptimeKumaBot
|
||||||
lines = lines.filter((line) => line !== "@weblate" && line !== "@UptimeKumaBot");
|
lines = lines.filter((line) => line !== "@weblate" && line !== "@UptimeKumaBot" && line !== "@louislam");
|
||||||
|
|
||||||
// Sort the lines
|
// Sort the lines
|
||||||
lines = lines.sort();
|
lines = lines.sort();
|
||||||
|
|
Loading…
Add table
Reference in a new issue