Skip to content

Commit

Permalink
Fix: fix Stream struct
Browse files Browse the repository at this point in the history
  • Loading branch information
kianaza committed May 25, 2024
1 parent d951eb0 commit b7ee604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/config/default.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ func Default() Config {
Level: "debug",
},
NATS: natsclient.Config{
Streams: []natsclient.Stream{natsclient.Stream{
Streams: []natsclient.Stream{{
Name: "test",
Subjects: []string{"test.*"},
},
Expand Down

0 comments on commit b7ee604

Please sign in to comment.