Skip to content

Commit

Permalink
Remove empty credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
jlledom committed Jun 18, 2024
1 parent f53f084 commit cacd53c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/3scale/backend/async_redis/protocol/extended_resp2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class ExtendedRESP2

def initialize(db: nil, credentials: [])
@db = db
@credentials = credentials
@credentials = credentials.reject{_1.to_s.strip.empty?}
end

def client(stream)
Expand Down

0 comments on commit cacd53c

Please sign in to comment.