fix logic

This commit is contained in:
CWX
2025-02-03 14:26:58 +00:00
parent b847ce1b19
commit f8792c47c9
+1 -1
View File
@@ -647,7 +647,7 @@ public class ProfileHelper(
var customisationTemplateDb = _databaseService.GetTemplates().Customization;
var matchingCustomisation = customisationTemplateDb.GetValueOrDefault(reward.Target, null);
if (matchingCustomisation is null)
if (matchingCustomisation is not null)
{
var rewardToStore = new CustomisationStorage
{