Skip to content

Commit

Permalink
Исправляет ошибки компиляции
Browse files Browse the repository at this point in the history
  • Loading branch information
inyutin-maxim committed Sep 11, 2023
1 parent c0d25a6 commit 30c7be4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions VkNet/Model/RequestParams/Market/MarketProductParams.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using Newtonsoft.Json;
using VkNet.Abstractions;
Expand Down Expand Up @@ -120,7 +120,7 @@ public class MarketProductParams
/// а набор свойств должен быть уникален для каждого товара.
/// </summary>
[JsonProperty("variant_ids")]
public IEnumerable<long> VariantIds { get; set}
public IEnumerable<long> VariantIds { get; set; }

/// <summary>
/// Признак, является ли товар главным в своей группе.
Expand Down

0 comments on commit 30c7be4

Please sign in to comment.