Skip to content

Commit

Permalink
Fixing problem with wrong initialization
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Tanaka <[email protected]>
  • Loading branch information
pedro-stanaka committed Dec 10, 2024
1 parent 2370775 commit 314b4c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/receive/multitsdb.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,9 @@ func NewMultiTSDB(
}

for _, option := range options {
if option == nil {
continue
}
option(mt)
}

Expand Down

0 comments on commit 314b4c6

Please sign in to comment.