Skip to content

Commit

Permalink
fix(config): deserialize subject correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
viztea committed Aug 2, 2023
1 parent 438df04 commit 49fe36b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ type ServerConfig struct {

type NatsConfig struct {
URI string `toml:"uri"`
Subject string `toml:"group"`
Subject string `toml:"subject"`
NoResponders *interface{} `toml:"no_responders"`
}

Expand Down

0 comments on commit 49fe36b

Please sign in to comment.