Resolved wrong supplement ID being returned on supplment upload. IO-425
This commit is contained in:
@@ -32,7 +32,7 @@ namespace BodyshopPartner.Utils.Queries
|
||||
try
|
||||
{
|
||||
var d = await Utils.GraphQL.ExecuteQuery(r);
|
||||
return d.jobs?[1].id;
|
||||
return d.jobs?[0].id;
|
||||
|
||||
}
|
||||
catch (ArgumentOutOfRangeException Ex)
|
||||
|
||||
Reference in New Issue
Block a user