Fixed notification + added saving of active shop id.
This commit is contained in:
@@ -34,7 +34,8 @@ namespace BodyshopUploader.Utils
|
||||
else
|
||||
{
|
||||
logger.Error("Error executing query.");
|
||||
Array.ForEach(graphQLResponse.Errors, x => logger.Error(x.ToString()));
|
||||
Array.ForEach(graphQLResponse.Errors, x => logger.Error(x.Message));
|
||||
logger.Error("---------------------");
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user