From 1504a8bae992fd17f3c4060ae0622d46fbf0a60e Mon Sep 17 00:00:00 2001 From: wukko Date: Sat, 14 Oct 2023 23:24:19 +0600 Subject: [PATCH] Update instagram.js --- 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 f707a64..10c488b 100644 --- a/src/modules/processing/services/instagram.js +++ b/src/modules/processing/services/instagram.js @@ -151,4 +151,4 @@ export default function(obj) { if (username && storyId) return getStory(username, storyId); return { error: 'ErrorUnsupported' } -} \ No newline at end of file +}