Automation and Shopify library updates
This commit is contained in:
@@ -6,6 +6,7 @@ using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using PartSource.Automation.Services;
|
||||
using System.Threading;
|
||||
|
||||
namespace PartSource.Automation.Jobs
|
||||
{
|
||||
@@ -21,7 +22,7 @@ namespace PartSource.Automation.Jobs
|
||||
}
|
||||
|
||||
#pragma warning disable CS1998, CA1303
|
||||
public async Task Run()
|
||||
public async Task Run(CancellationToken token, params string[] arguments)
|
||||
{
|
||||
// _emailService.Send("Automation Test Message", "This is a test email from the automation server. If this message was in your spam folder, whitelist the address that sent this email.");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user