cli/pkg/cmd/discussion/client
Babak K. Shandiz 2b794ed992
refactor(discussion/client): remove redundant "first" variable init
The fetch loop already assigns "first" on each iteration, so the
initial assignment in the variables map is dead code. Remove it from
both List and Search.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-04-24 14:21:24 +01:00
..
client.go fix(discussion/client): change list return type to pointer 2026-04-14 12:24:08 +01:00
client_impl.go refactor(discussion/client): remove redundant "first" variable init 2026-04-24 14:21:24 +01:00
client_impl_test.go refactor(discussion/client): convert tests to httpStubs pattern 2026-04-24 14:19:19 +01:00
client_mock.go fix(discussion/client): change list return type to pointer 2026-04-14 12:24:08 +01:00
types.go fix(discussion/client): remove reaction groups from list/search types 2026-04-14 14:50:40 +01:00