Front: User Avatar

This commit is contained in:
Arthur Jamet
2023-07-24 13:39:36 +01:00
committed by Zoe Roux
parent 930191569f
commit 9f542fc9dd
5 changed files with 38 additions and 110 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ interface User extends Model {
interface UserData {
gamesPlayed: number;
xp: number;
avatar: string | undefined;
avatar: string;
createdAt: Date;
}