Skip to content

Commit e17e04a

Browse files
Merge pull request #41 from depot/fix-get-body
2 parents a2bca00 + d55ea78 commit e17e04a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/api/api.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ func (d *Depot) GetBuilder(buildID string, platform string) (*BuilderResponse, e
5858
"GET",
5959
fmt.Sprintf("%s/api/internal/cli/builds/%s/platform/%s", d.BaseURL, buildID, platform),
6060
d.token,
61-
map[string]string{},
61+
nil,
6262
)
6363
}
6464

0 commit comments

Comments
 (0)