Skip to content

Commit

Permalink
feat(ConnectionService): add TikTok (#632)
Browse files Browse the repository at this point in the history
  • Loading branch information
advaith1 committed Jan 10, 2023
1 parent 8869e92 commit af06df6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions deno/payloads/v10/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ export enum ConnectionService {
Spotify = 'spotify',
Skype = 'skype',
Steam = 'steam',
TikTok = 'tiktok',
Twitch = 'twitch',
Twitter = 'twitter',
Xbox = 'xbox',
Expand Down
1 change: 1 addition & 0 deletions deno/payloads/v9/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ export enum ConnectionService {
Spotify = 'spotify',
Skype = 'skype',
Steam = 'steam',
TikTok = 'tiktok',
Twitch = 'twitch',
Twitter = 'twitter',
Xbox = 'xbox',
Expand Down
1 change: 1 addition & 0 deletions payloads/v10/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ export enum ConnectionService {
Spotify = 'spotify',
Skype = 'skype',
Steam = 'steam',
TikTok = 'tiktok',
Twitch = 'twitch',
Twitter = 'twitter',
Xbox = 'xbox',
Expand Down
1 change: 1 addition & 0 deletions payloads/v9/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ export enum ConnectionService {
Spotify = 'spotify',
Skype = 'skype',
Steam = 'steam',
TikTok = 'tiktok',
Twitch = 'twitch',
Twitter = 'twitter',
Xbox = 'xbox',
Expand Down

0 comments on commit af06df6

Please sign in to comment.