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

✨Feat: Implement a dynamic collision detection algorithm #1482

Draft
wants to merge 3 commits into
base: dev
Choose a base branch
from

Conversation

b-l-i-n-d
Copy link
Collaborator

Remove unused code and update dependencies to their latest versions. Implement a dynamic collision detection algorithm.

@b-l-i-n-d b-l-i-n-d added the v3 Tutor 3.0 label Dec 23, 2024
@b-l-i-n-d b-l-i-n-d changed the title ✨Fseat: Implement a dynamic collision detection algorithm ✨Feat: Implement a dynamic collision detection algorithm Dec 23, 2024
setIsEdit(false);
}

if (response.status_code === 201) {
onEdit?.(`topic-${response.data}`);
Copy link
Collaborator

Choose a reason for hiding this comment

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

What if data is missing!

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

The response status is
{ data: T; message: string; status_code: number; }. One is not dependent on the other.

@b-l-i-n-d b-l-i-n-d marked this pull request as draft December 24, 2024 04:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v3 Tutor 3.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants