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

Fix/shop #379

Merged
merged 3 commits into from
Sep 13, 2024
Merged

Fix/shop #379

merged 3 commits into from
Sep 13, 2024

Conversation

DevNono
Copy link
Contributor

@DevNono DevNono commented Sep 13, 2024

PR name

Changes

Breaking changes

What's left to do (DELETE THIS PART FOR NON-DRAFT PR)

  • Verify build
  • Lint
  • Remove console.log / commented code

// `Une erreur est survenue en cherchant le prix du ticket de l'utilisateur avec l'identifiant ${cart.tickets.userIds[i]}. Si ce problème persiste, contacte le support`,
// );
const newCart = { ...cart };
newCart.tickets.userIds.splice(i, 1);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pourquoi pas juste cart.tickets.userIds.splice(i, 1) ?

@DevNono DevNono merged commit 1022279 into dev Sep 13, 2024
3 checks passed
@DevNono DevNono deleted the fix/shop branch September 13, 2024 08:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants