Skip to content

Commit

Permalink
appease linter overlord
Browse files Browse the repository at this point in the history
  • Loading branch information
ecrupper committed Mar 4, 2024
1 parent d7710fb commit 8ae0836
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/worker/get.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ func GetWorker(c *gin.Context) {
}).Infof("reading worker %s", w.GetHostname())

var rBs []*library.Build

for _, b := range w.GetRunningBuilds() {
build, err := database.FromContext(c).GetBuild(ctx, b.GetID())
if err != nil {
Expand Down

0 comments on commit 8ae0836

Please sign in to comment.