Skip to content

Commit c65e214

Browse files
authored
feat(ConnectionService): add instagram (#701)
1 parent 8477deb commit c65e214

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

deno/payloads/v10/user.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ export enum ConnectionService {
231231
EpicGames = 'epicgames',
232232
Facebook = 'facebook',
233233
GitHub = 'github',
234+
Instagram = 'instagram',
234235
LeagueOfLegends = 'leagueoflegends',
235236
PayPal = 'paypal',
236237
PlayStationNetwork = 'playstation',

deno/payloads/v9/user.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ export enum ConnectionService {
231231
EpicGames = 'epicgames',
232232
Facebook = 'facebook',
233233
GitHub = 'github',
234+
Instagram = 'instagram',
234235
LeagueOfLegends = 'leagueoflegends',
235236
PlayStationNetwork = 'playstation',
236237
Reddit = 'reddit',

payloads/v10/user.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ export enum ConnectionService {
231231
EpicGames = 'epicgames',
232232
Facebook = 'facebook',
233233
GitHub = 'github',
234+
Instagram = 'instagram',
234235
LeagueOfLegends = 'leagueoflegends',
235236
PayPal = 'paypal',
236237
PlayStationNetwork = 'playstation',

payloads/v9/user.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ export enum ConnectionService {
231231
EpicGames = 'epicgames',
232232
Facebook = 'facebook',
233233
GitHub = 'github',
234+
Instagram = 'instagram',
234235
LeagueOfLegends = 'leagueoflegends',
235236
PlayStationNetwork = 'playstation',
236237
Reddit = 'reddit',

0 commit comments

Comments
 (0)