Fix interval enum

This commit is contained in:
Garth Vander Houwen 2023-03-28 06:51:41 -07:00
parent 23f2fc5136
commit 3bbc2cf4a1

View file

@ -88,7 +88,6 @@ enum SenderIntervals: Int, CaseIterable, Identifiable {
enum UpdateIntervals: Int, CaseIterable, Identifiable {
case fiveSeconds = 5
case tenSeconds = 10
case fifteenSeconds = 15
case thirtySeconds = 30