fix uncomment

multistore
Razmig Sarkissian 2 years ago
parent 3e1c8ae636
commit 963d110f23
  1. 2
      PadelClub/Views/Navigation/MainView.swift

@ -101,7 +101,7 @@ struct MainView: View {
checkingFiles = false
if let mostRecentDateAvailable = SourceFileManager.shared.mostRecentDateAvailable, mostRecentDateAvailable > SourceFileManager.shared.lastDataSourceDate() ?? .distantPast {
//_startImporting()
_startImporting()
}
}

Loading…
Cancel
Save