diff --git a/LeStorage/Store.swift b/LeStorage/Store.swift index 94f9b20..975a512 100644 --- a/LeStorage/Store.swift +++ b/LeStorage/Store.swift @@ -232,7 +232,7 @@ open class Store { } public func loadCollectionsFromServerIfNoFile() { - for (name, collection) in self._collections { + for collection in self._collections.values { // Logger.log("Load \(name)") Task { do {