Skip to content

Commit 5a177e3

Browse files
committed
[lint]: ran lint:fix;
1 parent 1b28108 commit 5a177e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/component/landing/Landing.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class UserService {
3030
const total = data.length;
3131
console.log('Fetched user list:', data);
3232
console.log('Total users:', total);
33-
return {data, total};
33+
return { data, total };
3434

3535
// return {
3636
// data: [

0 commit comments

Comments
 (0)