Browse Source

Merge pull request #2738 from BlackDex/issue-2737

Fix issue 2737, unable to create org
pull/2744/head
Daniel García 2 years ago
committed by GitHub
parent
commit
b050c60807
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/api/core/organizations.rs

2
src/api/core/organizations.rs

@ -1351,7 +1351,7 @@ fn get_organization_tax(org_id: String, _headers: Headers) -> Json<Value> {
}
#[get("/plans")]
fn get_plans(_headers: Headers) -> Json<Value> {
fn get_plans() -> Json<Value> {
// Respond with a minimal json just enough to allow the creation of an new organization.
Json(json!({
"Object": "list",

Loading…
Cancel
Save