promo widget colors

This commit is contained in:
SPRINX0\prochazka
2025-10-22 10:47:59 +02:00
parent 82092fab76
commit 3a5f36155f
5 changed files with 36 additions and 8 deletions

View File

@@ -286,7 +286,7 @@ module.exports = {
premiumPromoWidget_meta: true,
async premiumPromoWidget() {
const data = getPromoWidgetData();
const data = await getPromoWidgetData();
if (data?.state != 'data') {
return null;
}