Remove test data in giveaways.

This commit is contained in:
John Preston 2023-10-27 17:49:31 +04:00
parent 9561026cd4
commit effc9873c9
1 changed files with 0 additions and 1 deletions

View File

@ -381,7 +381,6 @@ Giveaway ComputeGiveawayData(
result.countries.push_back(qs(country));
}
}
result.countries = { u"FR"_q, u"FI"_q, u"UA"_q, u"IT"_q };
return result;
}