Restore default constants

This commit is contained in:
Alfonso Grillo
2023-01-25 16:06:16 +01:00
parent 997f706340
commit b2ff25c7cb
2 changed files with 2 additions and 2 deletions
@@ -17,7 +17,7 @@
// MARK: View model
enum PollHistoryConstants {
static let chunkSizeInDays: UInt = 10
static let chunkSizeInDays: UInt = 30
static let oneDayInSeconds: TimeInterval = 8.6 * 10e3
}