Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Marino Faggiana <[email protected]>
  • Loading branch information
marinofaggiana committed Jul 3, 2024
1 parent 789567d commit dad0c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iOSClient/Data/NCManageDatabase+Directory.swift
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ extension NCManageDatabase {
directory.serverUrl = serverUrl
directory.offline = offline
addDirectory(directory: directory, metadata: metadata)
realm.add(directory)
realm.add(directory, update: .all)
}
}
} catch let error {
Expand Down

0 comments on commit dad0c09

Please sign in to comment.