Fix warning

multistore
Laurent 1 year ago
parent 136f8b99f1
commit 000b794573
  1. 2
      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 {

Loading…
Cancel
Save