Skip to content

Commit

Permalink
Merge branch 'master' into MAC-96-terms-of-use-page
Browse files Browse the repository at this point in the history
  • Loading branch information
VasanthaKasirajan3008 committed Jul 25, 2022
2 parents eef82e6 + 062d7ad commit ab34f45
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public ImportLevyDeclarationsJob(
}

public async Task Run(
[TimerTrigger("0 0 15 23 * *")] TimerInfo timer,
[TimerTrigger("0 0 15 26 * *")] TimerInfo timer,
ILogger logger)
{
var now = _currentDateTime.Now;
Expand Down

0 comments on commit ab34f45

Please sign in to comment.