instagram: show unsupported error if story failed

This commit is contained in:
wukko 2024-05-17 22:02:50 +06:00
parent ac537153a5
commit 0e45540ac1
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -338,7 +338,7 @@ export default function(obj) {
} }
} }
return { error: 'ErrorCouldntFetch' }; return { error: 'ErrorUnsupported' };
} }
const { postId, storyId, username } = obj; const { postId, storyId, username } = obj;