Revert debug code for background synchronizer.

This commit is contained in:
Burak Kaan Köse
2025-01-09 22:24:45 +01:00
parent 6ef1e9c86c
commit 10b0b1e96e

View File

@@ -84,10 +84,6 @@ namespace Wino.Server
private async void SynchronizationTimerTriggered(object sender, System.Timers.ElapsedEventArgs e)
{
// TODO: Disabled for calendar synchronization. Implement a separate timer for calendar synchronization.
// or completely separate contexts for both apps.
return;
// Send sync request for all accounts.
var accounts = await _accountService.GetAccountsAsync();