fix logger demo

This commit is contained in:
John Estropia
2017-06-14 17:43:34 +09:00
parent e26573c18e
commit 6fcdf3d011

View File

@@ -113,7 +113,7 @@ class CustomLoggerViewController: UIViewController, CoreStoreLogger {
case 2?: case 2?:
DispatchQueue.global(qos: .background).async { DispatchQueue.global(qos: .background).async {
_ = self.dataStack.fetchOne(From<Palette>()) _ = self.dataStack.fetchOne(From<Place>())
} }
default: default: