Skip to content

Commit

Permalink
Fixed up require paths
Browse files Browse the repository at this point in the history
  • Loading branch information
johntopleyons committed Sep 6, 2024
1 parent b29ee69 commit cce0c5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webapp/lib/github/graphql_client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
require 'graphlient'

require_relative '../github_error'
require_relative 'user'
require_relative 'team'
require_relative '../models/user'
require_relative '../models/team'

# Class that encapsulates access to the GitHub GraphQL API.
# rubocop:disable Metrics/ClassLength
Expand Down

0 comments on commit cce0c5c

Please sign in to comment.