remove junk

This commit is contained in:
2024-03-21 10:18:39 +01:00
parent fe71309446
commit dfc58eacb4
5 changed files with 11 additions and 26 deletions

View File

@@ -25,8 +25,7 @@ function endpoint($endpoint_data): array
"update_user_profile" => updateUserProfile(
$endpoint_data["first_name"],
$endpoint_data["last_name"],
$endpoint_data["nickname"],
$endpoint_data["minecraft_nick"]
$endpoint_data["nickname"]
),
"update_user_email" => updateUserEmail(
$endpoint_data["email"]