|
@@ -101,7 +101,7 @@ https://www.instagram.com/p/B6GHRSmgV-7/`);
|
|
|
getPostOwner(matched.postUrlSegment).then(userName => {
|
|
|
delete matched.postUrlSegment;
|
|
|
matched.userName = userName.split(':')[0];
|
|
|
- if (!tryFindSub(userName)) newSub(userName);
|
|
|
+ if (!tryFindSub(matched.userName)) newSub(userName);
|
|
|
}).catch((parsedErr: Error) => {
|
|
|
reply(parsedErr.message);
|
|
|
});
|