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