Fixed SonarQube issues.

This commit is contained in:
Nikhil Mohite
2022-08-10 15:05:20 +05:30
committed by Akshay Joshi
parent b69af1341b
commit 9c418188ee
5 changed files with 59 additions and 46 deletions

View File

@@ -608,9 +608,6 @@ define('pgadmin.browser', [
cancel_callback=()=>{/*This is intentional (SonarQube)*/}) {
let data=null, self = this;
// data = JSON.stringify({
// 'password': password,
// });
data = {
'password': password,
};