cr changes
[arvados.git] / src / services / collection-service / collection-service.ts
index de52e642cdefb4fbf1212f7a18300c5f5726ea5a..bb63771d543db7c63f2a0af29a858381b318236b 100644 (file)
@@ -6,7 +6,7 @@ import { CommonResourceService } from "../../common/api/common-resource-service"
 import { CollectionResource } from "../../models/collection";
 import { AxiosInstance } from "axios";
 
-export class CollectionCreationService extends CommonResourceService<CollectionResource> {
+export class CollectionService extends CommonResourceService<CollectionResource> {
     constructor(serverApi: AxiosInstance) {
         super(serverApi, "collections");
     }