Преглед изворни кода

Fix on resort Images

master
GJWilliams87 пре 4 година
родитељ
комит
710db18b11
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      UnivateProperties_API/Repository/Timeshare/IResortRepository.cs

+ 1
- 1
UnivateProperties_API/Repository/Timeshare/IResortRepository.cs Прегледај датотеку

@@ -184,7 +184,7 @@ namespace UnivateProperties_API.Repository.Timeshare
184 184
             if (data.Images == null || data.Images.Count == 0)
185 185
             {
186 186
                 data.Images = new List<string>();
187
-                int count = 1;
187
+                int count = 0;
188 188
                 while (count < 5)
189 189
                 {
190 190
                     client = new RestClient(string.Format("https://www.tradeunipoint.com/unibackend/seam/resource/rest/products/{0}/image/{1}", resortCode, count))

Loading…
Откажи
Сачувај