mirror of https://github.com/louislam/uptime-kuma
Final cleanup of changes to EditMonitor.vue
Reverts unintentional changes committed in: d92003e172
pull/4717/head
parent
2015142b00
commit
8b4b27f359
|
@ -642,3 +642,4 @@ export function intHash(str : string, length = 10) : number {
|
||||||
// Normalize the hash to the range [0, 10]
|
// Normalize the hash to the range [0, 10]
|
||||||
return (hash % length + length) % length; // Ensure the result is non-negative
|
return (hash % length + length) % length; // Ensure the result is non-negative
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue