Fixed metatdata

This commit is contained in:
Rasmus Krämer
2022-04-14 12:24:27 +02:00
parent 736af85855
commit 6c65c8a33e
9 changed files with 51 additions and 16 deletions
-1
View File
@@ -10,7 +10,6 @@ import RealmSwift
class Store {
@ThreadSafe private static var _serverConfig: ServerConnectionConfig?
// ONLY USE REALM IN Database.realmQueue OR ELSE THE APP WILL CRASH
public static var serverConfig: ServerConnectionConfig {
get {
if _serverConfig == nil {