Skip to content

Commit bdcfb79

Browse files
committed
fix: update getOrganization param
1 parent be688fa commit bdcfb79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class CoCreateApi {
77

88
async getOrganization(config, component) {
99

10-
let organization = await this.crud.getOrganization(config.organization_id);
10+
let organization = await this.crud.getOrganization(config);
1111

1212
if (!organization.error)
1313
return false;

0 commit comments

Comments
 (0)