mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 05:43:41 +00:00
[PM-9437] Use CollectionAccessDetailsResponse type now that is always the type returned from the API (#9951)
This commit is contained in:
@@ -791,7 +791,7 @@ export class ApiService implements ApiServiceAbstraction {
|
||||
true,
|
||||
true,
|
||||
);
|
||||
return new CollectionDetailsResponse(r);
|
||||
return new CollectionAccessDetailsResponse(r);
|
||||
}
|
||||
|
||||
async putCollection(
|
||||
@@ -806,7 +806,7 @@ export class ApiService implements ApiServiceAbstraction {
|
||||
true,
|
||||
true,
|
||||
);
|
||||
return new CollectionDetailsResponse(r);
|
||||
return new CollectionAccessDetailsResponse(r);
|
||||
}
|
||||
|
||||
async putCollectionUsers(
|
||||
|
||||
Reference in New Issue
Block a user