We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c871d5 commit bd2336aCopy full SHA for bd2336a
src/server.js
@@ -134,7 +134,7 @@ class CoCreateLazyLoader {
134
}
135
136
async getApiKey(organization_id, name) {
137
- let organization = await this.crud.getOrganization(organization_id, false);
+ let organization = await this.crud.getOrganization(organization_id);
138
if (organization.error)
139
return organization.error
140
if (!organization.apis)
0 commit comments