We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5969f58 commit 7f02f36Copy full SHA for 7f02f36
commands/board/list.go
@@ -54,6 +54,8 @@ func apiByVidPid(vid, pid string) ([]*rpc.BoardListItem, error) {
54
req.Header = globals.NewHTTPClientHeader("")
55
req.Header.Set("Content-Type", "application/json")
56
57
+ // TODO: use proxy if set
58
+
59
if res, err := http.DefaultClient.Do(req); err == nil {
60
if res.StatusCode >= 400 {
61
if res.StatusCode == 404 {
0 commit comments