marinofaggiana 4 years ago
parent
commit
a4301bd36f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      iOSClient/Networking/NCNetworkingE2EE.swift

+ 1 - 1
iOSClient/Networking/NCNetworkingE2EE.swift

@@ -315,7 +315,7 @@ import Alamofire
                     
                     NotificationCenter.default.postOnMainThread(name: k_notificationCenter_reloadDataSource, userInfo: ["ocId":metadata.ocId, "serverUrl":metadata.serverUrl])
                     
-                    completion(errorCode, errorDescription ?? "")                    
+                    completion(errorCode, errorDescription)                    
                 }
                 
             } else {