feat: urgent fix for instagram
This commit is contained in:
parent
f44b02a7f6
commit
631cb8bbe5
|
|
@ -50,7 +50,7 @@ export class InstagramProvider
|
|||
}
|
||||
| undefined {
|
||||
|
||||
if (body.indexOf('REVOKED_ACCESS_TOKEN')) {
|
||||
if (body.indexOf('REVOKED_ACCESS_TOKEN') > -1) {
|
||||
return {
|
||||
type: 'refresh-token' as const,
|
||||
value:
|
||||
|
|
|
|||
Loading…
Reference in New Issue