Skip to content

Commit c7efee0

Browse files
committed
fix(config): typo in function call
1 parent cee4ed4 commit c7efee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/releases.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ config :cf,
9898

9999
config :openai,
100100
api_key: load_secret.("openai_api_key"),
101-
organization_key: load_secret("openai_organization_key")
101+
organization_key: load_secret.("openai_organization_key")
102102

103103
config :cf, CF.Authenticator.GuardianImpl, secret_key: load_secret.("secret_key_base")
104104

0 commit comments

Comments
 (0)