mirror of
https://github.com/captbaritone/webamp
synced 2024-11-23 00:34:42 +00:00
Get the actual readme when posting a skin (must await)
This commit is contained in:
parent
87aa794312
commit
7a716ffbf8
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user