bob is your uncle
All checks were successful
deploy / deploy (push) Successful in 48s

This commit is contained in:
Lee
2023-10-19 16:50:28 +01:00
parent 7478f6bebf
commit a86dbe5045
6 changed files with 159 additions and 114 deletions

View File

@ -4,7 +4,7 @@ const { Schema } = mongoose;
const playerSchema = new Schema({
_id: String,
avatar: String,
profilePicture: String,
name: String,
country: String,