Skip to content

Commit

Permalink
Fix require
Browse files Browse the repository at this point in the history
  • Loading branch information
hakanensari committed Sep 17, 2024
1 parent 0445e55 commit 9ae6a14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/templates/root.rb.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

require "peddler/access_token"
require "peddler/token"
<% apis.each do |api| -%>
require "peddler/api/<%= api[:file_name] %>"
<% end %>
2 changes: 1 addition & 1 deletion lib/peddler.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

require "peddler/access_token"
require "peddler/token"
require "peddler/api/amazon_warehousing_and_distribution_2024_05_09.rb"
require "peddler/api/aplus_content_2020_11_01.rb"
require "peddler/api/application_management_2023_11_30.rb"
Expand Down

0 comments on commit 9ae6a14

Please sign in to comment.