Skip to content

Commit d3324a6

Browse files
committed
[FEATURE]: add twitter token types
1 parent ab28c50 commit d3324a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/tokens.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ export const tokenTypes = {
44
DISCORD_ACCESS: 'discord_access',
55
DISCORD_REFRESH: 'discord_refresh',
66
TWITTER_ACCESS: 'twitter_access',
7-
TWITTER_REFRESH: 'twitter_refresh'
7+
TWITTER_REFRESH: 'twitter_refresh',
88
};

0 commit comments

Comments
 (0)