Skip to content

Commit

Permalink
[Bug-Fix] Removed early exit from current times
Browse files Browse the repository at this point in the history
  • Loading branch information
TosinAF authored and Tosin Afolabi committed Sep 27, 2015
1 parent 7e4de7a commit 43b04c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HopperBus/Models/Models.swift
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ struct Times {
var holidays: [String]?

var currentTimes : [String] {
if saturdays == nil || holidays == nil {
/*if saturdays == nil || holidays == nil {
return termTime
}
}*/

if let hol = holidays {
if NSDate.isHoliday() { return hol }
Expand Down

0 comments on commit 43b04c4

Please sign in to comment.