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

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,