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.
|
* Sort the tags alphabetically, case-insensitive.
|
||||||
* @param a {string}
|
* @param {string} a The first tag to compare
|
||||||
* @param b {string}
|
* @param {string} b The second tag to compare
|
||||||
* @returns {number}
|
* @returns {number} The alphabetical order number
|
||||||
*/
|
*/
|
||||||
sortTags(a, b) {
|
sortTags(a, b) {
|
||||||
const aLowerCase = a.toLowerCase();
|
const aLowerCase = a.toLowerCase();
|
||||||
|
|
Loading…
Add table
Reference in a new issue