diff --git a/src/embed/status.ts b/src/embed/status.ts
index 502ec2f..fc4fb20 100644
--- a/src/embed/status.ts
+++ b/src/embed/status.ts
@@ -125,7 +125,7 @@ export const handleStatus = async (
Telegram is dumb and it just gets stuck if this is included, so we never include it for Telegram UAs. */
if (!isTelegram) {
headers.push(
- ``
+ ``
);
}