Remove duplicate let variable

This commit is contained in:
Daniel Supernault 2022-05-15 22:20:09 -06:00
parent be1fc66839
commit 429a6d6527
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@
});
break;
case 'suspend':
let msg = 'Are you sure you want to suspend the account of ' + username + ' ?';
msg = 'Are you sure you want to suspend the account of ' + username + ' ?';
swal({
title: 'Confirm',
text: msg,