Controller house keeping (#532)
* Cleanup BotController.cs * More controller cleanup * More dialogue changes
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System.Text.Json.Serialization;
|
||||
using SPTarkov.Server.Core.Models.Common;
|
||||
using SPTarkov.Server.Core.Models.Utils;
|
||||
|
||||
namespace SPTarkov.Server.Core.Models.Eft.Dialog;
|
||||
@@ -9,5 +10,5 @@ public record RemoveDialogRequestData : IRequestData
|
||||
public Dictionary<string, object>? ExtensionData { get; set; }
|
||||
|
||||
[JsonPropertyName("dialogId")]
|
||||
public string? DialogId { get; set; }
|
||||
public MongoId? DialogId { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user