Resolved wrong supplement ID being returned on supplment upload. IO-425
This commit is contained in:
@@ -51,7 +51,7 @@ using System.Windows;
|
|||||||
// You can specify all the values or you can default the Build and Revision Numbers
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("1.0.1.0")]
|
[assembly: AssemblyVersion("1.0.0.1")]
|
||||||
[assembly: AssemblyFileVersion("1.0.1.0")]
|
[assembly: AssemblyFileVersion("1.0.0.1")]
|
||||||
//Setting Squirrel Aware Version.
|
//Setting Squirrel Aware Version.
|
||||||
[assembly: AssemblyMetadata("SquirrelAwareVersion", "1")]
|
[assembly: AssemblyMetadata("SquirrelAwareVersion", "1")]
|
||||||
@@ -32,7 +32,7 @@ namespace BodyshopPartner.Utils.Queries
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
var d = await Utils.GraphQL.ExecuteQuery(r);
|
var d = await Utils.GraphQL.ExecuteQuery(r);
|
||||||
return d.jobs?[1].id;
|
return d.jobs?[0].id;
|
||||||
|
|
||||||
}
|
}
|
||||||
catch (ArgumentOutOfRangeException Ex)
|
catch (ArgumentOutOfRangeException Ex)
|
||||||
|
|||||||
Reference in New Issue
Block a user