Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmartt committed Jul 9, 2024
1 parent 51eb93d commit 2593e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/jobs/cache/browser_channels/responses_for_prefix.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def generate_brotli_encoded_channel_response(prefix:)
bitflyer_wallet = PublishersPb::BitflyerWallet.new
connection = site_banner_lookup.publisher.bitflyer_connection
bitflyer_wallet.wallet_state = get_bitflyer_wallet_state(bitflyer_connection: connection)
bitflyer_wallet.address = payable ? (site_banner_lookup.channel.deposit_id || "" ) : ""
bitflyer_wallet.address = payable ? (site_banner_lookup.channel.deposit_id || "") : ""

wallet.bitflyer_wallet = bitflyer_wallet
channel_response.wallets.push(wallet)
Expand Down

0 comments on commit 2593e75

Please sign in to comment.