Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DATA] Données invalides - M. Glaquette #75

Open
ancilloy opened this issue Oct 17, 2024 · 0 comments
Open

[DATA] Données invalides - M. Glaquette #75

ancilloy opened this issue Oct 17, 2024 · 0 comments
Assignees
Labels
invalid data When data is wrong

Comments

@ancilloy
Copy link

Informations

URL: https://tyradex.vercel.app/api/v1/pokemon/m.glaquette

Problème

Il manque Mime Jr dans la liste de ses pré-évo.

Données actuelles

{
    "evolution": {
        "pre": [
            {
                "pokedex_id": 122,
                "name": "M.Mime de Galar",
                "condition": "Niveau 42"
            }
        ],
        "next": null,
        "mega": null
    },
}

Données souhaitées

{
    "evolution": {
        "pre": [
            {
                "pokedex_id": 439,
                "name": "Mime Jr.",
                "condition": "Connaître la capacité Copie + 1 niveau"
            },
            {
                "pokedex_id": 122,
                "name": "M.Mime de Galar",
                "condition": "Niveau 42"
            }
        ],
        "next": null,
        "mega": null
    },
}
@Ashzuu Ashzuu added the invalid data When data is wrong label Oct 29, 2024
@Ashzuu Ashzuu self-assigned this Oct 29, 2024
Ashzuu added a commit that referenced this issue Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid data When data is wrong
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants