store: remove unused arguments from PushCompose
This commit is contained in:
parent
e516180640
commit
eb10cf3124
4 changed files with 5 additions and 5 deletions
|
|
@ -1463,7 +1463,7 @@ func (api *API) composeHandler(writer http.ResponseWriter, request *http.Request
|
|||
Status: true,
|
||||
}
|
||||
|
||||
err = api.store.PushCompose(api.distro, api.arch, imageType, reply.BuildID, bp, api.allRepositories(), packages, buildPackages, cr.Size, targets)
|
||||
err = api.store.PushCompose(imageType, reply.BuildID, bp, api.allRepositories(), packages, buildPackages, cr.Size, targets)
|
||||
|
||||
// TODO: we should probably do some kind of blueprint validation in future
|
||||
// for now, let's just 500 and bail out
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue