Skip to content

Commit

Permalink
Merge pull request #2 from tuwilof/master
Browse files Browse the repository at this point in the history
fix require error
  • Loading branch information
blackchestnut authored Sep 20, 2022
2 parents 7ed5ad7 + d58c9d0 commit 0f8786c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/invest_tinkoff/client_base.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# frozen_string_literal: true

require 'httparty'

module InvestTinkoff
class ClientBase
include HTTParty
Expand Down

0 comments on commit 0f8786c

Please sign in to comment.