From 7726259d19c387560fab9b02d42dc87afe6d97e5 Mon Sep 17 00:00:00 2001 From: glax Date: Fri, 19 May 2023 22:59:37 +0200 Subject: [PATCH] resharper --- Tranga/Publication.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Tranga/Publication.cs b/Tranga/Publication.cs index f572aa5..368c6c8 100644 --- a/Tranga/Publication.cs +++ b/Tranga/Publication.cs @@ -66,7 +66,6 @@ public struct Publication [JsonRequired]public string name { get; } [JsonRequired]public string year { get; } [JsonRequired]public string status { get; } - // ReSharper disable twice InconsistentNaming [JsonRequired]public string description_text { get; } public Metadata(string name, string year, string status, string description_text)