Change events args
This commit is contained in:
@ -184,9 +184,9 @@
|
||||
}
|
||||
}
|
||||
|
||||
void OnCampaignEnded(Campaign campaign)
|
||||
void OnCampaignEnded(int campaignId, Campaign.CampaignType type, DateTime endedAt, string failureReason)
|
||||
{
|
||||
if (campaign.Type == Campaign.CampaignType.ExportCommonRegistryElements_15_7_0_1)
|
||||
if (type == Campaign.CampaignType.ExportCommonRegistryElements_15_7_0_1)
|
||||
{
|
||||
Task.Run(RefreshRegistries);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user