Skip to content

Commit

Permalink
add config for k8s, rm tongifts
Browse files Browse the repository at this point in the history
  • Loading branch information
sunny-k123 committed Nov 29, 2024
1 parent 142281a commit 5db5800
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ protected override async Task DoWorkAsync(PeriodicBackgroundWorkerContext worker
_logger.LogDebug("TonGiftsValidateAsync DoWorkAsync starting....");
try
{
await _growthStatisticAppService.TonGiftsValidateAsync();
//await _growthStatisticAppService.TonGiftsValidateAsync();
}
catch (Exception e)
{
Expand Down

0 comments on commit 5db5800

Please sign in to comment.