Skip to content

Commit

Permalink
feat(ConnectionService): add Roblox (#1032)
Browse files Browse the repository at this point in the history
  • Loading branch information
almeidx committed Jul 20, 2024
1 parent da9496f commit 4f66b4d
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 @@ -286,6 +286,7 @@ export enum ConnectionService {
PlayStationNetwork = 'playstation',
Reddit = 'reddit',
RiotGames = 'riotgames',
Roblox = 'roblox',
Spotify = 'spotify',
Skype = 'skype',
Steam = 'steam',
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 @@ -285,6 +285,7 @@ export enum ConnectionService {
PlayStationNetwork = 'playstation',
Reddit = 'reddit',
RiotGames = 'riotgames',
Roblox = 'roblox',
PayPal = 'paypal',
Spotify = 'spotify',
Skype = 'skype',
Expand Down
1 change: 1 addition & 0 deletions payloads/v10/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ export enum ConnectionService {
PlayStationNetwork = 'playstation',
Reddit = 'reddit',
RiotGames = 'riotgames',
Roblox = 'roblox',
Spotify = 'spotify',
Skype = 'skype',
Steam = 'steam',
Expand Down
1 change: 1 addition & 0 deletions payloads/v9/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ export enum ConnectionService {
PlayStationNetwork = 'playstation',
Reddit = 'reddit',
RiotGames = 'riotgames',
Roblox = 'roblox',
PayPal = 'paypal',
Spotify = 'spotify',
Skype = 'skype',
Expand Down

0 comments on commit 4f66b4d

Please sign in to comment.