This commit is contained in:
Jordan Eldredge 2019-10-10 09:32:12 -04:00
parent 44798d0a29
commit d68f9b8ea8

View file

@ -66,6 +66,9 @@ async function getSkinByMd5(md5) {
return null;
}
const internetArchiveItem = await getInternetArchiveItem(md5);
if(internetArchiveItem == null) {
return null;
}
const itemName = internetArchiveItem.identifier;
const tweetStatus = await getTweetStatus(md5);
return {