Skip to content

Commit

Permalink
optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
alexplischke committed Dec 13, 2024
1 parent 31b6c48 commit 9c0a458
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/http/resto.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ func (c *Resto) ArtifactNames(ctx context.Context, jobID string, realDevice bool

if val, ok := v.(string); ok {
filesList = append(filesList, val)
continue
}

if k == "screenshots" {
Expand Down

0 comments on commit 9c0a458

Please sign in to comment.