diff --git a/service/matching/config.go b/service/matching/config.go index aff9971842e..46b92ddafff 100644 --- a/service/matching/config.go +++ b/service/matching/config.go @@ -166,7 +166,7 @@ func NewConfig(dc *dynamicconfig.Collection) *Config { } func newTaskQueueConfig(id *taskQueueID, config *Config, namespace namespace.Name) *taskQueueConfig { - taskQueueName := id.FullName() + taskQueueName := id.BaseNameString() taskType := id.taskType return &taskQueueConfig{