From 42dfa07542aced2c6593c2e9a2d7420f381ca7b7 Mon Sep 17 00:00:00 2001 From: VladimirDivak Date: Sun, 9 Jul 2023 20:30:44 +0500 Subject: [PATCH] change field name --- Models/Tag.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Models/Tag.cs b/Models/Tag.cs index 3e5c982..26ff9f4 100644 --- a/Models/Tag.cs +++ b/Models/Tag.cs @@ -11,7 +11,7 @@ namespace YandexGameServer.Models [BsonId, BsonRepresentation(BsonType.ObjectId)] public string id { get; set; } public Games game { get; set; } - public string descrition { get; set; } + public string description { get; set; } public Cities city { get; set; } } } \ No newline at end of file