[PM-9437] Use CollectionAccessDetailsResponse type now that is always the type returned from the API (#9951)
This commit is contained in:
parent
a9abc772c2
commit
0b08cd0175
|
@ -791,7 +791,7 @@ export class ApiService implements ApiServiceAbstraction {
|
||||||
true,
|
true,
|
||||||
true,
|
true,
|
||||||
);
|
);
|
||||||
return new CollectionDetailsResponse(r);
|
return new CollectionAccessDetailsResponse(r);
|
||||||
}
|
}
|
||||||
|
|
||||||
async putCollection(
|
async putCollection(
|
||||||
|
@ -806,7 +806,7 @@ export class ApiService implements ApiServiceAbstraction {
|
||||||
true,
|
true,
|
||||||
true,
|
true,
|
||||||
);
|
);
|
||||||
return new CollectionDetailsResponse(r);
|
return new CollectionAccessDetailsResponse(r);
|
||||||
}
|
}
|
||||||
|
|
||||||
async putCollectionUsers(
|
async putCollectionUsers(
|
||||||
|
|
Loading…
Reference in New Issue