Update API scheme to layer 187.

This commit is contained in:
John Preston
2024-08-23 15:20:03 +02:00
parent ca47440950
commit 2b185d491b
12 changed files with 82 additions and 29 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().v;
info.activatedCount = data.vactivated_count().value_or_empty(); AssertIsDebug();
info.finishDate = data.vfinish_date().v;
info.startDate = data.vstart_date().v;
});