I no code gud

This commit is contained in:
2020-04-13 11:48:28 -04:00
parent 7780c58de9
commit 3869511ebb

View File

@@ -89,7 +89,7 @@ namespace PartSource.Automation.Jobs
return new AutomationJobResult return new AutomationJobResult
{ {
Message = $"Failed to get the next set of products from Shopify.\n\n {ex}\n\n {updateCount} products were able to be updated. {", Message = $"Failed to get the next set of products from Shopify.\n\n {ex}\n\n {updateCount} products were able to be updated.",
IsSuccess = false IsSuccess = false
}; };
} }