diff --git a/src/modules/processing/services/instagram.js b/src/modules/processing/services/instagram.js index bcbf78bb..2fc533d8 100644 --- a/src/modules/processing/services/instagram.js +++ b/src/modules/processing/services/instagram.js @@ -338,7 +338,7 @@ export default function(obj) { } } - return { error: 'ErrorCouldntFetch' }; + return { error: 'ErrorUnsupported' }; } const { postId, storyId, username } = obj;