Skip to content

Commit

Permalink
remove deadcode
Browse files Browse the repository at this point in the history
Signed-off-by: SammyOina <sammyoina@gmail.com>
  • Loading branch information
SammyOina committed Jul 27, 2023
1 parent b48f30b commit 735aef5
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pkg/export/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,11 @@ type exporter struct {
}

const (
exportGroup = "export"
NatsSub = "export"
NatsAll = ">"
Channels = "channels"
Messages = "messages"
svcName = "export"
NatsSub = "export"
NatsAll = ">"
Channels = "channels"
Messages = "messages"
svcName = "export"
)

var errNoRoutesConfigured = errors.New("No routes configured")
Expand Down

0 comments on commit 735aef5

Please sign in to comment.