chore: please the linter

This commit is contained in:
Jef Roosens 2022-12-13 17:51:42 +01:00
parent 5cbfc0ebcb
commit 03f2240ff6
Signed by untrusted user: Jef Roosens
GPG key ID: B75D4F293C7052DB
6 changed files with 7 additions and 6 deletions

View file

@ -2,6 +2,7 @@ module client
import build { BuildConfig }
// poll_jobs requests a list of new build jobs from the server.
pub fn (c &Client) poll_jobs(arch string, max int) ![]BuildConfig {
data := c.send_request<[]BuildConfig>(.get, '/api/v1/jobs/poll', {
'arch': arch