Automation and Shopify library updates
This commit is contained in:
@@ -14,6 +14,7 @@ using System.Linq;
|
||||
using System.Security.Cryptography;
|
||||
using System.Text;
|
||||
using System.Text.RegularExpressions;
|
||||
using System.Threading;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace PartSource.Automation.Jobs
|
||||
@@ -36,7 +37,7 @@ namespace PartSource.Automation.Jobs
|
||||
|
||||
}
|
||||
|
||||
public async Task Run()
|
||||
public async Task Run(CancellationToken token, params string[] arguments)
|
||||
{
|
||||
_whiSeoService.TruncateVehicleTables();
|
||||
_whiSeoService.GetFiles(_seoDataType);
|
||||
|
||||
Reference in New Issue
Block a user