mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-01 11:13:12 -06:00
Linting
This commit is contained in:
parent
f7c4ec7862
commit
a05fb192d8
|
|
@ -25,7 +25,7 @@ type NATSInstance struct {
|
|||
func DeleteAllStreams(js nats.JetStreamContext, cfg *config.JetStream) {
|
||||
for _, stream := range streams { // streams are defined in streams.go
|
||||
name := cfg.Prefixed(stream.Name)
|
||||
js.DeleteStream(name)
|
||||
_ = js.DeleteStream(name)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue