Skip to content

Commit 631cb8b

Browse files
committed
feat: urgent fix for instagram
1 parent f44b02a commit 631cb8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/nestjs-libraries/src/integrations/social/instagram.provider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export class InstagramProvider
5050
}
5151
| undefined {
5252

53-
if (body.indexOf('REVOKED_ACCESS_TOKEN')) {
53+
if (body.indexOf('REVOKED_ACCESS_TOKEN') > -1) {
5454
return {
5555
type: 'refresh-token' as const,
5656
value:

0 commit comments

Comments
 (0)