eigent
eigent copied to clipboard
fix: remove duplicate code block in UserQueryGroup component
- Removed duplicate else if/else block that was causing syntax error
- Fixes ERR_CONNECTION_REFUSED compilation error at line 354
- The duplicate block (lines 354-393) was identical to lines 315-353
Description
Fix bug issue for UserQueryGruop due to new trigger feature added
What is the purpose of this pull request?
- [ ] Bug fix
- [ ] New Feature
- [ ] Documentation update
- [ ] Other