take out test data, ooops
This commit is contained in:
@@ -92,7 +92,7 @@ class ShowBasedOnVoteLogics {
|
|||||||
// if we're passed time to vote and the voting type is previous - last vote should be -1
|
// if we're passed time to vote and the voting type is previous - last vote should be -1
|
||||||
date = Calendar.current.date(byAdding: .day, value: -1, to: Date())
|
date = Calendar.current.date(byAdding: .day, value: -1, to: Date())
|
||||||
}
|
}
|
||||||
date = Calendar.current.date(byAdding: .day, value: -2, to: Date())
|
|
||||||
if let date = date {
|
if let date = date {
|
||||||
return date
|
return date
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user