mirror of
https://github.com/wukko/cobalt.git
synced 2025-01-12 11:52:12 +01:00
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;
|
const { postId, storyId, username } = obj;
|
||||||
|
|
Loading…
Reference in a new issue