mirror of
https://github.com/imputnet/cobalt.git
synced 2025-12-13 19:55:20 +00: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