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