set userid to strng

This commit is contained in:
2024-12-30 12:06:49 +01:00
parent e872eeea91
commit 63f8cd45af
+1 -1
View File
@@ -9,7 +9,7 @@ export class PlayerResponseDTO {
}
id: number;
userId: number;
userId: string;
score: number;
}