changed code formatting
This commit is contained in:
@@ -28,7 +28,6 @@ export const confirmUser = async (username) => {
|
||||
]);
|
||||
|
||||
if (rows.length > 0) {
|
||||
console.log(rows);
|
||||
const { first_name, last_name } = rows[0];
|
||||
const fullname = first_name + " " + last_name;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user