Refactor function name

sync
Laurent 1 year ago
parent a2283fce6d
commit f94b3d604b
  1. 2
      LeStorage/Store.swift

@ -143,7 +143,7 @@ open class Store {
} }
/// Loads all collection with the data from the server /// Loads all collection with the data from the server
public func loadCollectionFromServer() { public func loadCollectionsFromServer() {
for collection in self._collections.values { for collection in self._collections.values {
if collection.synchronized { if collection.synchronized {
Task { Task {

Loading…
Cancel
Save