changed code formatting

This commit is contained in:
2026-05-18 18:11:46 +02:00
parent 3832aca12c
commit 8932f5d004
5 changed files with 9 additions and 11 deletions
-1
View File
@@ -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;