Skip to content

Commit 6582872

Browse files
committed
fix: add missing newline at end of file in contants.ts
1 parent d4c3a3e commit 6582872

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/shared/contants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
const WHATSAPP_LOAD_TIMEOUT_MS = 120000;
2-
const WHATSAPP_WEB_URL = "https://web.whatsapp.com"
3-
export { WHATSAPP_LOAD_TIMEOUT_MS, WHATSAPP_WEB_URL };
2+
const WHATSAPP_WEB_URL = "https://web.whatsapp.com";
3+
export { WHATSAPP_LOAD_TIMEOUT_MS, WHATSAPP_WEB_URL };

0 commit comments

Comments
 (0)