diff --git a/LeStorage/StoredCollection.swift b/LeStorage/StoredCollection.swift index 87622c0..8ec2c94 100644 --- a/LeStorage/StoredCollection.swift +++ b/LeStorage/StoredCollection.swift @@ -307,6 +307,7 @@ public class StoredCollection: RandomAccessCollection, SomeCollecti } func reset() { + self.items.removeAll() try? FileUtils.removeFileFromDocumentDirectory(fileName: T.fileName()) if let apiCallsCollection = self.apiCallsCollection { apiCallsCollection.reset()