fixed useQuery some code style and unused hooks
This commit is contained in:
@@ -2,7 +2,7 @@ interface UserData {
|
||||
gamesPlayed: number;
|
||||
xp: number;
|
||||
avatar: string | undefined;
|
||||
createdAt: string;
|
||||
createdAt: Date;
|
||||
}
|
||||
|
||||
export default UserData;
|
||||
Reference in New Issue
Block a user