mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 10:30:55 +01:00
Make prettier happier
This commit is contained in:
parent
6acbb2db1c
commit
7130d48c30
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ export const Constants = {
|
|||
API_DOCS_URL: `https://github.com/dangeredwolf/FixTweet/wiki/API-Home`,
|
||||
TWITTER_ROOT: 'https://twitter.com',
|
||||
TWITTER_API_ROOT: 'https://api.twitter.com',
|
||||
GUEST_TOKEN_MAX_AGE: 600, /* 10 minutes */
|
||||
/* 10 minutes */
|
||||
GUEST_TOKEN_MAX_AGE: 600,
|
||||
/* We used to use Bearer AAAAAAAAAAAAAAAAAAAAANRILgAAAAAAnNwIzUejRCOuH5E6I8xnZz4puTs%3D1Zv7ttfk8LF81IUq16cHjhLTvJu4FA33AGWWjCpTnA
|
||||
but accounts marked as 18+ wouldn't show up then */
|
||||
GUEST_BEARER_TOKEN: `Bearer AAAAAAAAAAAAAAAAAAAAAPYXBAAAAAAACLXUNDekMxqa8h%2F40K4moUkGsoc%3DTYfbDKbT3jJPCEVnMYqilB28NHfOPqkca3qaAxGfsyKCs0wRbw`,
|
||||
|
|
Loading…
Add table
Reference in a new issue