mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 22:27:26 +01:00
update test to use the correct author_name format
This commit is contained in:
@@ -41,7 +41,7 @@ try {
|
||||
* @returns {string}
|
||||
*/
|
||||
function formatUser (formatObj) {
|
||||
return `@${formatObj.name} ${formatObj.displayName} (${formatObj.email}; ${formatObj.uuid}`;
|
||||
return `@${formatObj.name} ${formatObj.displayName} (${formatObj.email}; ${formatObj.uuid})`;
|
||||
}
|
||||
|
||||
function sendFlagNotification ({
|
||||
|
||||
Reference in New Issue
Block a user