Fixes SonarQube issues.

This commit is contained in:
Ashesh Vashi
2021-05-29 12:55:59 +05:30
committed by Akshay Joshi
parent 2d58f60a53
commit a487a51135
5 changed files with 4 additions and 9 deletions

View File

@@ -335,7 +335,7 @@ var getThemeWebpackConfig = function(theme_name) {
};
var pgadminThemesWebpack = [];
Object.keys(pgadminThemes).map((theme_name)=>{
Object.keys(pgadminThemes).forEach((theme_name)=>{
pgadminThemesWebpack.push(getThemeWebpackConfig(theme_name));
});