mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-18 15:24:03 +02:00
lint fix
This commit is contained in:
parent
9e4d6f1b70
commit
87cb7542cd
1 changed files with 3 additions and 3 deletions
|
@ -191,9 +191,9 @@ class Prometheus {
|
|||
|
||||
/**
|
||||
* Sort the tags alphabetically, case-insensitive.
|
||||
* @param a {string}
|
||||
* @param b {string}
|
||||
* @returns {number}
|
||||
* @param {string} a The first tag to compare
|
||||
* @param {string} b The second tag to compare
|
||||
* @returns {number} The alphabetical order number
|
||||
*/
|
||||
sortTags(a, b) {
|
||||
const aLowerCase = a.toLowerCase();
|
||||
|
|
Loading…
Add table
Reference in a new issue