mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixes SonarQube issues.
This commit is contained in:
committed by
Akshay Joshi
parent
2d58f60a53
commit
a487a51135
@@ -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));
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user