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

+ 1 - 1
iOSClient/Networking/NCNetworkingChunkedUpload.swift

@@ -27,7 +27,7 @@ import Queuer
 
 extension NCNetworking {
     
-    func uploadChunkFile(metadata: tableMetadata, account: tableAccount, completion: @escaping (_ errorCode: Int, _ errorDescription: String)->()) {
+    internal func uploadChunkFile(metadata: tableMetadata, account: tableAccount, completion: @escaping (_ errorCode: Int, _ errorDescription: String)->()) {
         
         let serverUrl = metadata.serverUrl
         let directoryProviderStorageOcId = CCUtility.getDirectoryProviderStorageOcId(metadata.ocId)!