Skip to content

Commit

Permalink
Fix minor nit
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Noël Moyne <jnmoyne@gmail.com>
  • Loading branch information
jnmoyne committed Aug 12, 2023
1 parent 7ce103e commit 500fa6e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/stream.go
Expand Up @@ -3270,7 +3270,6 @@ func (mset *stream) startingSequenceForSources() {
} else {
var trs []*subjectTransform
for _, str := range ssi.SubjectTransforms {
var err error
tr, err := NewSubjectTransform(str.Source, str.Destination)
if err != nil {
mset.srv.Errorf("Unable to get subject transform for source: %v", err)
Expand Down

0 comments on commit 500fa6e

Please sign in to comment.