Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 6ef1f44

Browse files
committed
I-135082 rss broken with platforms
1 parent fcfcad7 commit 6ef1f44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/rss.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ function getChallengesRSS(api, connection, next) {
123123
techId = id;
124124
}
125125
if (!_.isUndefined(platforms)) {
126-
helper.getCatalogCachedValue(platforms.split(',').map(function (s) { return s.toLowerCase().toSource(); }), dbConnectionMap, 'platforms', cb);
126+
helper.getCatalogCachedValue(platforms.split(',').map(function (s) { return s.toLowerCase().toString(); }), dbConnectionMap, 'platforms', cb);
127127
} else {
128128
cb(null, null);
129129
}

0 commit comments

Comments
 (0)