Skip to content

Commit

Permalink
fix: fix open ai config setting service
Browse files Browse the repository at this point in the history
JIRA: TRIVIAL
  • Loading branch information
xMort committed Dec 6, 2023
1 parent f2c0612 commit 486feff
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export class OrganizationSettingsService
}

public async setOpenAiConfig(openAiConfig: IOpenAiConfig) {
return this.setSetting("OPENAI_CONFIG", { openAiConfig });
return this.setSetting("OPENAI_CONFIG", openAiConfig);
}

public async deleteOpenAiConfig() {
Expand Down
Binary file modified tools/plugin-toolkit/gooddata-plugin-toolkit-0.0.0-dev.0.tgz
Binary file not shown.

0 comments on commit 486feff

Please sign in to comment.