From f94b3d604b6eed9469537c89041b1ceeae012f47 Mon Sep 17 00:00:00 2001 From: Laurent Date: Tue, 2 Jul 2024 16:26:15 +0200 Subject: [PATCH] Refactor function name --- LeStorage/Store.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LeStorage/Store.swift b/LeStorage/Store.swift index 634fd1f..e2952bd 100644 --- a/LeStorage/Store.swift +++ b/LeStorage/Store.swift @@ -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 {