Skip to content

Commit c424aff

Browse files
Update service/service_list.go
Co-authored-by: Luca Rinaldi <lucarin@protonmail.com>
1 parent bc2861f commit c424aff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/service_list.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ func (s *flasherServerImpl) List(ctx context.Context, req *flasher.ListRequest)
4747
}
4848
return -1
4949
} else if b.Latest {
50-
return +1
50+
return 1
5151
}
5252
return cmp.Compare(b.BuildId, a.BuildId)
5353
})

0 commit comments

Comments
 (0)