From 0e45540ac1078a4e8e2f3dded8d671ee2ed8463e Mon Sep 17 00:00:00 2001 From: wukko Date: Fri, 17 May 2024 22:02:50 +0600 Subject: [PATCH] instagram: show unsupported error if story failed --- src/modules/processing/services/instagram.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;