Skip to content
Snippets Groups Projects
Commit f1576d1b authored by xg.gao's avatar xg.gao
Browse files

fix

parent 117f85f2
No related branches found
No related tags found
No related merge requests found
......@@ -77,9 +77,9 @@ func (metadataReport) GetExportedURLs(*identifier.ServiceMetadataIdentifier) []s
return nil
}
func (mr *metadataReport) SaveSubscribedData(id *identifier.SubscriberMetadataIdentifier, urlListStr string) error {
logger.Infof("SaveSubscribedData, , url is %v", urlListStr)
subscribedMetadata[id] = urlListStr
func (mr *metadataReport) SaveSubscribedData(id *identifier.SubscriberMetadataIdentifier, urls string) error {
logger.Infof("SaveSubscribedData, , url is %v", urls)
subscribedMetadata[id] = urls
return nil
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment