mirror of
https://github.com/bitwarden/server.git
synced 2026-01-31 14:13:18 +08: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