feat: restricted

This commit is contained in:
Nevo David 2026-02-11 20:17:32 +07:00
parent d055e69335
commit 7f7c336939

View file

@ -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',
};
}