Commit 72b01c2
fix: traceroute duplication caused by bypassing deduplication logic (#2387)
meshtasticManager.ts called databaseService.traceroutes.insertTraceroute()
(the repository directly), bypassing the deduplication logic in
databaseService.insertTraceroute() which checks for pending traceroute
requests and updates them instead of inserting duplicates.
This caused every traceroute response to create a new record even when
a pending request record already existed, resulting in duplicate entries
in traceroute history.
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 4194d90 commit 72b01c2
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5147 | 5147 | | |
5148 | 5148 | | |
5149 | 5149 | | |
5150 | | - | |
| 5150 | + | |
| 5151 | + | |
| 5152 | + | |
5151 | 5153 | | |
5152 | 5154 | | |
5153 | 5155 | | |
| |||
0 commit comments