You've already forked uptime-kuma
mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-15 01:44:19 +02:00
Final cleanup of changes to EditMonitor.vue
Reverts unintentional changes committed in: d92003e172
This commit is contained in:
@ -642,3 +642,4 @@ export function intHash(str : string, length = 10) : number {
|
||||
// Normalize the hash to the range [0, 10]
|
||||
return (hash % length + length) % length; // Ensure the result is non-negative
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user