mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed SonarQube code smell 'Variables should not be shadowed'.
This commit is contained in:
@@ -224,8 +224,8 @@ define('misc.dependents', [
|
||||
Alertify.pgNotifier(
|
||||
error, xhr,
|
||||
gettext('Error retrieving data from the server: %s', message || _label),
|
||||
function(msg) {
|
||||
if(msg === 'CRYPTKEY_SET') {
|
||||
function(alertMsg) {
|
||||
if(alertMsg === 'CRYPTKEY_SET') {
|
||||
self.showDependents(item, data, node);
|
||||
} else {
|
||||
console.warn(arguments);
|
||||
|
||||
Reference in New Issue
Block a user