Improved process of giveaway messages for export to HTML.

This commit is contained in:
23rd
2024-08-29 10:36:43 +03:00
committed by John Preston
parent 5b146217c0
commit 064bab60ff
4 changed files with 136 additions and 19 deletions
+1 -1
View File
@@ -361,7 +361,7 @@ void Premium::resolveGiveawayInfo(
? GiveawayState::Refunded
: GiveawayState::Finished;
info.giftCode = qs(data.vgift_code_slug().value_or_empty());
info.activatedCount = data.vactivated_count().value_or_empty(); AssertIsDebug();
info.activatedCount = data.vactivated_count().value_or_empty();
info.finishDate = data.vfinish_date().v;
info.startDate = data.vstart_date().v;
});