mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-21 00:05:34 +08: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