Skip to content

Commit 48023ee

Browse files
committed
removing the auth token
1 parent 92315b2 commit 48023ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const API_URL_BASE = 'https://api.teletype.atom.io';
22
const PUSHER_KEY = 'f119821248b7429bece3';
33
const PUSHER_CLUSTER = 'mt1';
4-
const AUTH_TOKEN = '8caeb203e6d2c5c711a849477f778c6f1c628a69';
4+
const AUTH_TOKEN = '';
55

66
module.exports = {
77
API_URL_BASE,

0 commit comments

Comments
 (0)