Skip to content
This repository has been archived by the owner on Mar 16, 2021. It is now read-only.

Commit

Permalink
Update src/Ng/Jobs/LightningJob.cs
Browse files Browse the repository at this point in the history
Co-Authored-By: Loïc Sharma <[email protected]>
  • Loading branch information
joelverhagen and loic-sharma authored Jan 7, 2020
1 parent 41545bd commit 6a83487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ng/Jobs/LightningJob.cs
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ await ParallelAsync.Repeat(

private interface IStrike
{
Task ProcessCatalogLeafUrl(string url);
Task ProcessCatalogLeafUrlAsync(string url);
Task FinishAsync();
}
}
Expand Down

0 comments on commit 6a83487

Please sign in to comment.