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 +}