Get the actual readme when posting a skin (must await)

This commit is contained in:
Jordan Eldredge 2022-03-15 22:50:58 -07:00
parent 87aa794312
commit 7a716ffbf8

View File

@ -43,7 +43,7 @@ export async function postSkin({
logger.warn("Could not find skin for md5", { md5, alert: true });
return;
}
const readmeText = skin.getReadme();
const readmeText = await skin.getReadme();
const tweet = await skin.getTweet();
const tweetStatus = await skin.getTweetStatus();
const iaItem = await skin.getIaItem();