Removed temp var
This commit is contained in:
@@ -337,8 +337,7 @@ exports.getModule = class MrcModule extends ServerModule {
|
|||||||
|
|
||||||
// Make sure to_user is always uppercase
|
// Make sure to_user is always uppercase
|
||||||
try {
|
try {
|
||||||
let to_user_uc = to_user.toUpperCase();
|
to_user = to_user.toUpperCase();
|
||||||
to_user = to_user_uc;
|
|
||||||
}
|
}
|
||||||
catch (e) {}
|
catch (e) {}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user