Fix client info
All checks were successful
Deploy / deploy (push) Successful in 9s

This commit is contained in:
elijah 2024-11-05 01:41:31 +01:00
parent be62b1427a
commit bbec0bbf8e

View File

@ -89,6 +89,7 @@ function updateClientInfo() {
}
const cleanClientInfo = clientInfo
.replace(/\u00C2/g, "")
.replace(/\u00A0?µs/g, "µs")
.replace(/[\u0080-\u00FF]/g, "")
.trim();