Files
ragflow/api/apps
KKM 89a97be2c5 Remove duplicated tag_feas assignment in create route (api/apps/chunk_app.py) (#12392)
### What problem does this PR solve?

This PR removes a duplicated assignment of `tag_feas` in the
`@manager.route('/create')` API handler located in
`api/apps/chunk_app.py`.

The same conditional block was unintentionally repeated twice, which had
no
functional impact but reduced code readability and maintainability.
This change eliminates the redundancy while preserving existing
behavior.

### Type of change

- [x] Refactoring

Co-authored-by: 김경만 <kmkim7@humaxit.com>
2026-01-04 10:32:36 +08:00
..
2025-12-31 14:40:27 +08:00
2025-12-25 16:59:05 +08:00
2025-12-25 21:18:13 +08:00
2025-12-25 21:18:13 +08:00
2025-12-22 16:47:21 +08:00
2025-12-25 21:18:13 +08:00
2025-12-12 10:23:40 +08:00
2025-12-22 16:47:21 +08:00