fix(ping): remove regular numbers

This commit is contained in:
Jozef Steinhübl 2024-05-11 20:14:28 +02:00
parent 109398beea
commit 1f7ac53e72
No known key found for this signature in database
GPG key ID: E6BC90C91973B08F
2 changed files with 0 additions and 2 deletions

View file

@ -18,7 +18,6 @@ export default {
`🏓`,
`WebSocket: \`${wsClosedForm} ms\``,
`Rest: \`${restClosedForm} ms\``,
`||(\`${ws} ms\`, \`${rest} ms\`)||`,
].join("\n"),
});
},

View file

@ -18,7 +18,6 @@ export default {
`🏓`,
`WebSocket: \`${wsClosedForm} ms\``,
`Rest: \`${restClosedForm} ms\``,
`||(\`${ws} ms\`, \`${rest} ms\`)||`,
].join("\n"),
});
},