From d2c10b9364bfc23e63d8f97a3bd92c50ba6f3900 Mon Sep 17 00:00:00 2001 From: Razmig Sarkissian Date: Mon, 6 May 2024 22:12:44 +0200 Subject: [PATCH] update to use appSettings stuff in user --- LeStorage/MicroStorage.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LeStorage/MicroStorage.swift b/LeStorage/MicroStorage.swift index 3111e6b..f479de5 100644 --- a/LeStorage/MicroStorage.swift +++ b/LeStorage/MicroStorage.swift @@ -38,7 +38,7 @@ public class MicroStorage { self.write() } - func write() { + public func write() { do { let jsonString: String = try self.item.jsonString() let _ = try FileUtils.writeToDocumentDirectory(content: jsonString, fileName: T.fileName)