Update instagram.js

This commit is contained in:
wukko 2023-10-14 23:24:19 +06:00
parent f7e0871a8a
commit 1504a8bae9

View file

@ -151,4 +151,4 @@ export default function(obj) {
if (username && storyId) return getStory(username, storyId);
return { error: 'ErrorUnsupported' }
}
}