Skip to content

Commit

Permalink
fix: update getOrganization param
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Jan 21, 2024
1 parent be688fa commit bdcfb79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class CoCreateApi {

async getOrganization(config, component) {

let organization = await this.crud.getOrganization(config.organization_id);
let organization = await this.crud.getOrganization(config);

if (!organization.error)
return false;
Expand Down

0 comments on commit bdcfb79

Please sign in to comment.