Skip to content

Commit

Permalink
push back the levy pull due to uncertainty around the availability of…
Browse files Browse the repository at this point in the history
… declaration api's
  • Loading branch information
cofaulco committed Jul 22, 2022
1 parent 3ddc158 commit 8b1f87a
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 8b1f87a

Please sign in to comment.