Skip to content

Commit 2127658

Browse files
committed
Expand workflow coverage across CLI, API, and web
1 parent b3463ac commit 2127658

113 files changed

Lines changed: 15162 additions & 257 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

cmd/wl/cmd_accept.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ func runAccept(cmd *cobra.Command, stdout, _ io.Writer, wantedID string, quality
8686
return err
8787
}
8888

89-
client, err := newSDKClient(wlCfg, noPush)
89+
client, err := newCommandClient(wlCfg, noPush)
9090
if err != nil {
9191
return err
9292
}

0 commit comments

Comments
 (0)