Skip to content

Commit

Permalink
fix: change credentials types
Browse files Browse the repository at this point in the history
  • Loading branch information
artaasadi committed Nov 9, 2024
1 parent eeb53db commit f76ece0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/configs/nats.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package configs
import "github.com/opengovern/opengovernance/services/integration/integration-type/azure-subscription/configs"

const (
StreamName = configs.ConsumerGroup
StreamName = configs.StreamName
JobQueueTopic = configs.JobQueueTopic
ConsumerGroup = configs.ConsumerGroup
JobQueueTopicManuals = configs.JobQueueTopicManuals
Expand Down

0 comments on commit f76ece0

Please sign in to comment.