marinofaggiana 5 년 전
부모
커밋
a4301bd36f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 {