Skip to content

Commit

Permalink
Use sadd? instead of deprecated sadd
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita8 committed May 30, 2023
1 parent 6e8be89 commit 5722bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruby/lib/ci/queue/redis/build_record.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def record_success(id, stats: nil)

def record_flaky(id, stats: nil)
redis.pipelined do |pipeline|
pipeline.sadd(
pipeline.sadd?(
key('flaky-reports'),
id.b
)
Expand Down

0 comments on commit 5722bb8

Please sign in to comment.