Something went wrong. Try again.
This repository has no description
Something went wrong. Try again.
draft-vods: add empty output to deleteDraft for clean codegen master
golangci-lint flagged an S1021 (merge var declaration) on the generated deleteDraft stub because its lexicon had no output block, producing a bare 'var handleErr error' unlike every other procedure stub. Adding an empty output object (matching deleteBlock/deletePin/deleteGate/deleteVodGate) makes the generated stub follow the standard 'var out *...Output' pattern, and the handler now returns a *VodDeleteDraft_Output. Regenerated Go stubs/ types, TS client, and docs. lint clean (0 issues). Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Author Eli Mallon Co-author Claude Opus 4.8 Date (Jun 30, 2026, 9:56 PM UTC) Commit bcd29638 bcd2963896ce84d5f6c8feb9ad4929bfe700245d Parent 23ff1a7b 23ff1a7b3074406ff379dc9d009cdd81d5bb7808