Skip to content

Commit

Permalink
data_map.js linted and visibility added
Browse files Browse the repository at this point in the history
  • Loading branch information
mollybsmith-noaa committed Oct 10, 2023
1 parent eac8724 commit 8b31948
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3142,7 +3142,7 @@ const parseQueryDataMapCTC = function (
});

let thisSite;
if (appParams.isCouchbase) {
if (matsCollections.Settings.findOne().dbType === matsTypes.DbTypes.couchbase) {
thisSite = siteMap.find((obj) => obj.name === site);
} else {
thisSite = siteMap.find((obj) => obj.options.id === site);
Expand Down

0 comments on commit 8b31948

Please sign in to comment.