diff --git a/Parsers/Admin tool - Verify.js b/Parsers/Admin tool - Verify.js index d1bce03..a5d0ae5 100644 --- a/Parsers/Admin tool - Verify.js +++ b/Parsers/Admin tool - Verify.js @@ -63,7 +63,12 @@ if ( verificationStatus != null ? grUser.setValue("verified", verificationStatus) : grUser.getValue("verified"); - description.length > 0 ? grUser.setValue("user_info", description) : null; + if (description.length > 0) { + grUser.setValue("user_info", description); + } else { + description = grUser.getValue("user_info"); + } + grUser.update(); messageBody =