Skip to content

Commit

Permalink
Handling camelcase
Browse files Browse the repository at this point in the history
  • Loading branch information
girishsaraf committed Mar 22, 2024
1 parent 549c996 commit 96d2b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/util/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func ConvertConfigFileToMap(configFileName string) (map[string]string, error) {
configMap = map[string]string{
"broker": currentConfig.Broker,
"topic": currentConfig.Topic,
"groupid": currentConfig.GroupId,
"groupId": currentConfig.GroupId,
}
case "rabbitmq.json":
var currentConfig config.RabbitMQConfig
Expand Down

0 comments on commit 96d2b89

Please sign in to comment.