Skip to content

Commit

Permalink
feat(ConnectionService): add instagram (#701)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateo-tem committed Feb 15, 2023
1 parent 8477deb commit c65e214
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
Expand Up @@ -231,6 +231,7 @@ export enum ConnectionService {
EpicGames = 'epicgames',
Facebook = 'facebook',
GitHub = 'github',
Instagram = 'instagram',
LeagueOfLegends = 'leagueoflegends',
PayPal = 'paypal',
PlayStationNetwork = 'playstation',
Expand Down
1 change: 1 addition & 0 deletions deno/payloads/v9/user.ts
Expand Up @@ -231,6 +231,7 @@ export enum ConnectionService {
EpicGames = 'epicgames',
Facebook = 'facebook',
GitHub = 'github',
Instagram = 'instagram',
LeagueOfLegends = 'leagueoflegends',
PlayStationNetwork = 'playstation',
Reddit = 'reddit',
Expand Down
1 change: 1 addition & 0 deletions payloads/v10/user.ts
Expand Up @@ -231,6 +231,7 @@ export enum ConnectionService {
EpicGames = 'epicgames',
Facebook = 'facebook',
GitHub = 'github',
Instagram = 'instagram',
LeagueOfLegends = 'leagueoflegends',
PayPal = 'paypal',
PlayStationNetwork = 'playstation',
Expand Down
1 change: 1 addition & 0 deletions payloads/v9/user.ts
Expand Up @@ -231,6 +231,7 @@ export enum ConnectionService {
EpicGames = 'epicgames',
Facebook = 'facebook',
GitHub = 'github',
Instagram = 'instagram',
LeagueOfLegends = 'leagueoflegends',
PlayStationNetwork = 'playstation',
Reddit = 'reddit',
Expand Down

0 comments on commit c65e214

Please sign in to comment.