Skip to content

Commit

Permalink
Merge pull request #249 from HubSpot/feature/updatePathHelper
Browse files Browse the repository at this point in the history
update path helper
  • Loading branch information
alzheltkovskiy-hubspot authored Aug 4, 2023
2 parents 6774fc8 + bdcfd57 commit a915339
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/hubspot/helpers/path.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ def require_with_mapping(path)

def require_with_codegen_mapping(path)
require path
.gsub('audit_logs/', 'audit-logs/')
.gsub('blog_posts/', 'blog-posts/')
.gsub('site_search', 'site-search')
.gsub('source_code/', 'source-code/')
.gsub('url_redirects', 'url-redirects')
.gsub('visitor_identification', 'visitor-identification')
end
end
end
Expand Down

0 comments on commit a915339

Please sign in to comment.