mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-16 15:10:12 +01:00
fix api server call
This commit is contained in:
parent
f2941104cc
commit
064e585ded
1 changed files with 0 additions and 1 deletions
|
|
@ -112,7 +112,6 @@ func ListContainersHandler(statuses ...string) http.HandlerFunc {
|
|||
bytes, err := filterArgs.MarshalJSON()
|
||||
O.ExpectWithOffset(1, err).ShouldNot(O.HaveOccurred())
|
||||
query := url.Values{
|
||||
"limit": []string{"0"},
|
||||
"filters": []string{string(bytes)},
|
||||
}
|
||||
return ghttp.CombineHandlers(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue