15106: Changes full text search to use trigram indexing
[arvados.git] / src / services / collection-service / collection-service.ts
index f7e25541fd06bf1702abfb3513ade63359e3d6d7..86b1aded7cf69ac280564a530eb5ebb8a0439f21 100644 (file)
@@ -80,7 +80,7 @@ export class CollectionService extends TrashableResourceService<CollectionResour
                 onProgress(fileId, e.loaded, e.total, Date.now());
             }
         };
-        return this.webdavClient.upload(fileURL, '', [file], requestConfig);
+        return this.webdavClient.upload(fileURL, [file], requestConfig);
     }
 
     update(uuid: string, data: Partial<CollectionResource>) {