This commit is contained in:
Norbert de Langen 2020-02-17 10:55:27 +01:00
parent 4ae3b1869a
commit f7fca36247
No known key found for this signature in database
GPG Key ID: 976651DA156C2825

View File

@ -54,7 +54,7 @@ const initStoriesApi = ({
return storiesHash[storyId];
}
const [, , refId, realId] = storyId.match(split);
const [, , refId] = storyId.match(split);
if (refs[refId] && refs[refId].data[storyId]) {
return refs[refId].data[storyId];