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

This commit is contained in:
elijah 2024-11-05 01:44:42 +01:00
parent bbec0bbf8e
commit 6fde19a991

View File

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