Skip to content

Commit

Permalink
Исправляет упавший тест
Browse files Browse the repository at this point in the history
  • Loading branch information
inyutin-maxim committed Nov 19, 2024
1 parent 30fa045 commit 959d2bc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion VkNet/Model/RequestParams/Store/StoreGetProductsParams.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
using System.Collections.Generic;
using System;
using System.Collections.Generic;
using VkNet.Enums.StringEnums;

namespace VkNet.Model;

/// <summary>
/// Параметры получения списка продуктов
/// </summary>
[Serializable]
public class StoreGetProductsParams
{
/// <summary>
Expand Down

0 comments on commit 959d2bc

Please sign in to comment.