feat: restricted
This commit is contained in:
parent
d055e69335
commit
7f7c336939
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ export class InstagramProvider
|
|||
|
||||
if (body.indexOf('2207050') > -1) {
|
||||
return {
|
||||
type: 'refresh-token' as const,
|
||||
type: 'bad-body' as const,
|
||||
value: 'Instagram user is restricted',
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue