instagram: show unsupported error if story failed
This commit is contained in:
parent
ac537153a5
commit
0e45540ac1
1 changed files with 1 additions and 1 deletions
|
@ -338,7 +338,7 @@ export default function(obj) {
|
|||
}
|
||||
}
|
||||
|
||||
return { error: 'ErrorCouldntFetch' };
|
||||
return { error: 'ErrorUnsupported' };
|
||||
}
|
||||
|
||||
const { postId, storyId, username } = obj;
|
||||
|
|
Loading…
Reference in a new issue