Skip to content

Commit

Permalink
Disable wholesale
Browse files Browse the repository at this point in the history
  • Loading branch information
matteocontrini authored Mar 14, 2023
1 parent f1404e6 commit cfccef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FibraClickSocial/Services/SchedulerHostedService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ private async void Tick(object sender, System.Timers.ElapsedEventArgs e)

private async Task RunCheck()
{
await CheckWholesale();
// await CheckWholesale();
await CheckFiberCop();
}

Expand Down

0 comments on commit cfccef8

Please sign in to comment.