diff --git a/Expedience.Api/Consumers/DutyCompletionResultConsumer.cs b/Expedience.Api/Consumers/DutyCompletionResultConsumer.cs index 521f2c8..6c89290 100644 --- a/Expedience.Api/Consumers/DutyCompletionResultConsumer.cs +++ b/Expedience.Api/Consumers/DutyCompletionResultConsumer.cs @@ -86,7 +86,7 @@ namespace Expedience.Api.Consumers dbContext.Territories.Add(new Models.Territory { TerritoryId = completionResult.TerritoryId, - PlaceName = message.DutyInfo.PlaceName, + PlaceName = message.DutyInfo.PlaceName ?? "", ContentId = "0", ContentName = message.DutyInfo.ContentName, Level = 0,