зеркало из https://github.com/microsoft/kiota.git
Update src/Kiota.Builder/Writers/HTTP/CodeClassDeclarationWriter.cs
Co-authored-by: Andrew Omondi <andrueastman@users.noreply.github.com>
This commit is contained in:
Родитель
b3646b47af
Коммит
0b40ad4c85
|
@ -293,8 +293,6 @@ public class CodeClassDeclarationWriter(HttpConventionService conventionService)
|
|||
.Where(static prop => prop.IsOfKind(CodePropertyKind.Custom))
|
||||
.ToArray();
|
||||
|
||||
var propertyCount = properties.Length;
|
||||
|
||||
foreach (var prop in properties)
|
||||
{
|
||||
// Add a trailing comma if there are more properties to be written
|
||||
|
|
Загрузка…
Ссылка в новой задаче