mirror of
https://github.com/bitwarden/server
synced 2025-12-14 07:13:39 +00:00
This reverts commit 3bef57259d.
This commit is contained in:
@@ -38,7 +38,9 @@ public class OrganizationBillingController(
|
||||
return Error.NotFound();
|
||||
}
|
||||
|
||||
return TypedResults.Ok(metadata);
|
||||
var response = OrganizationMetadataResponse.From(metadata);
|
||||
|
||||
return TypedResults.Ok(response);
|
||||
}
|
||||
|
||||
[HttpGet("history")]
|
||||
|
||||
Reference in New Issue
Block a user