Skip to content

Commit

Permalink
change version 2 to version 1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertDeVries2 committed Jun 26, 2023
1 parent 06c2a80 commit fea22c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildpack/databroker/business_events.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def _get_config(vcap_services, existing_constants):
client_config = _put_client_config(
kafka_creds.get(CLIENT_CONFIG_URL_KEY, ""),
auth_token,
"2",
"1",
_read_dependencies_json_as_str(),
)
be_config[
Expand Down

0 comments on commit fea22c9

Please sign in to comment.