Skip to content

Commit

Permalink
change to use ids_map
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuznet committed Dec 12, 2021
1 parent 2d28531 commit 0626173
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions services/reqmgr.go
Original file line number Diff line number Diff line change
Expand Up @@ -322,9 +322,7 @@ func reqmgrConfigs(dasquery dasql.DASQuery) []mongo.DASRecord {
rec["dataset"] = dataset
rec["name"] = req.RequestName
rec["ids"] = req.ConfigIDs
if utils.WEBSERVER > 0 {
rec["ids_map"] = req.ConfigIDMap
}
rec["ids_map"] = req.ConfigIDMap
rec["idict"] = idict
var outputUrls, inputUrls []string
for _, uid := range idict["byinputdataset"] {
Expand Down

0 comments on commit 0626173

Please sign in to comment.