Skip to content

Commit

Permalink
chore: create organization pubsub topic
Browse files Browse the repository at this point in the history
  • Loading branch information
Salaton committed Mar 29, 2022
1 parent 747b5a4 commit ba53505
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/clinical/infrastructure/services/pubsub/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ func (ps ServicePubSubMessaging) TopicIDs() []string {
ps.AddPubSubNamespace(common.AllergyTopicName, ClinicalServiceName),
ps.AddPubSubNamespace(common.TestResultTopicName, ClinicalServiceName),
ps.AddPubSubNamespace(common.TestOrderTopicName, ClinicalServiceName),
ps.AddPubSubNamespace(common.OrganizationTopicName, ClinicalServiceName),
}
}

Expand Down

0 comments on commit ba53505

Please sign in to comment.