Skip to content

Commit

Permalink
chore: change pubsub namespace to clinical (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
Salaton committed Mar 22, 2022
1 parent 78b2c80 commit b2d4ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/clinical/infrastructure/services/pubsub/subscriber.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func (ps ServicePubSubMessaging) ReceivePubSubPushMessages(
}

switch topicID {
case ps.AddPubSubNamespace(common.CreatePatientTopic, MyCareHubServiceName):
case ps.AddPubSubNamespace(common.CreatePatientTopic, ClinicalServiceName):
var data dto.CreatePatientPubSubMessage
err := json.Unmarshal(message.Message.Data, &data)
if err != nil {
Expand Down

0 comments on commit b2d4ec0

Please sign in to comment.