Skip to content

Commit

Permalink
Integrated PR review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Anirudh Rautela committed Jan 2, 2025
1 parent 440e98a commit bca7aac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions treatment-service/appcontext/appcontext.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ func NewAppContext(cfg *config.Config) (*AppContext, error) {
return nil, err
}

log.Println("Initializing message queue subscriber...")
var messageQueueService messagequeue.MessageQueueService
switch cfg.MessageQueueConfig.Kind {
case common_mq_config.NoopMQ:
Expand Down

0 comments on commit bca7aac

Please sign in to comment.