minor
This commit is contained in:
parent
972ae60cfc
commit
1973db28bf
|
@ -13,7 +13,7 @@ lines = lines.filter((line) => line !== "");
|
|||
lines = [ ...new Set(lines) ];
|
||||
|
||||
// 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
|
||||
lines = lines.sort();
|
||||
|
|
Loading…
Reference in New Issue