Skip to content

Commit bd2336a

Browse files
committed
fix: getOrganization accepts one param
1 parent 7c871d5 commit bd2336a

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
@@ -134,7 +134,7 @@ class CoCreateLazyLoader {
134134
}
135135

136136
async getApiKey(organization_id, name) {
137-
let organization = await this.crud.getOrganization(organization_id, false);
137+
let organization = await this.crud.getOrganization(organization_id);
138138
if (organization.error)
139139
return organization.error
140140
if (!organization.apis)

0 commit comments

Comments
 (0)