mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-12 13:17:45 +02:00
instagram: show unsupported error if story failed
This commit is contained in:
@ -338,7 +338,7 @@ export default function(obj) {
|
||||
}
|
||||
}
|
||||
|
||||
return { error: 'ErrorCouldntFetch' };
|
||||
return { error: 'ErrorUnsupported' };
|
||||
}
|
||||
|
||||
const { postId, storyId, username } = obj;
|
||||
|
Reference in New Issue
Block a user