Skip to content

Commit

Permalink
Make sure App::Google is loaded first.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefansundin committed May 6, 2024
1 parent cf29033 commit fe802d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/services/youtube.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# frozen_string_literal: true
# https://developers.google.com/youtube/v3/docs/

require_relative "google"

module App
class YouTube < Google
BASE_URL = "https://www.googleapis.com/youtube/v3"
Expand Down

0 comments on commit fe802d0

Please sign in to comment.