fix: replace create_item_in_table placeholder with direct endpoint call (#30) #69

Merged
cal merged 1 commits from ai/major-domo-v2#30 into main 2026-03-07 03:25:09 +00:00

1 Commits

Author SHA1 Message Date
Cal Corum
18ae65a8e2 fix: replace create_item_in_table placeholder with direct endpoint call (#30)
All checks were successful
Build Docker Image / build (pull_request) Successful in 1m10s
Remove the generic placeholder method from BaseService and replace the
single call site in CustomCommandsService.get_or_create_creator with a
direct client.post("custom_commands/creators", ...) call, consistent
with how _update_creator_stats and _update_creator_info already work.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-06 14:04:05 -06:00