refactor add and edit task#244
Conversation
|
Thank you for opening this PR! Before a maintainer takes a look, it would be really helpful if you could walk through your changes using GitHub's review tools. Please take a moment to:
This helps make the review process smoother and gives us a clearer understanding of your thought process. Once you've added your self-review, we'll continue from our side. Thank you! |
|
Hi @Ankit-69k! Just wanted to give you a heads-up, the CI pipeline is failing on this PR due to TypeScript compilation errors. IssueThe file
CI LogsYou can check the full error details here: And you can check all test locally by using Once the unused import errors are resolved, the CI should pass and the PR will be ready for review! Let me know if you need any help. |
yeah i was going to do that but @Neeraj-gagat told me his PR is already ready to merge..... should I resolve the issue or take some other issues? |
|
@Ankit-69k take someother issue bro i am fixing this one |
Description
Checklist
npx prettier --write .(for formatting)gofmt -w .(for Go backend)Additional Note