Skip to content

Commit

Permalink
remove cloud container data deletion (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldavidw authored Jun 19, 2024
1 parent b0ddb36 commit e8fe81b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Chronos/Services/SwiftDataService.swift
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ extension SwiftDataService {

func deleteLocallyPersistedChronosData() {
getLocalModelContainer().deleteAllData()
getCloudModelContainer().deleteAllData()
resetModelContainers()
}
}

0 comments on commit e8fe81b

Please sign in to comment.