Merge branch 'mac-release'

This commit is contained in:
Maurice Parker 2019-09-20 11:42:06 -05:00
commit 43bed44d46

View File

@ -222,7 +222,7 @@ public final class Account: DisplayNameProvider, UnreadCountProvider, Container,
case .feedly: case .feedly:
self.delegate = FeedlyAccountDelegate(dataFolder: dataFolder, transport: transport) self.delegate = FeedlyAccountDelegate(dataFolder: dataFolder, transport: transport)
default: default:
fatalError("Only Local and Feedbin accounts are supported") return nil
} }
self.accountID = accountID self.accountID = accountID