Skip to content

Commit

Permalink
tweak to get around namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
nfstern02 committed Nov 22, 2024
1 parent 4d4484b commit afca919
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions modules/vye/lib/dgib/authentication_token_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
module Vye
module DGIB
class AuthenticationTokenService
puts "\n\n\n*** Private key path: #{Settings.dgi.vye.jwt.private_key_path}***\n\n\n"
puts "\n\n\n***File exists? #{File.exist?(Settings.dgi.vye.jwt.private_key_path)}***\n\n\n"
ALGORITHM_TYPE = 'RS256'
E = 'AQAB'
TYP = 'JWT'
Expand Down
2 changes: 1 addition & 1 deletion modules/vye/lib/dgib/service.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

require 'dgi/configuration'
require 'common/client/base'
require_relative 'configuration'
require_relative 'response'
require_relative 'authentication_token_service'

Expand Down

0 comments on commit afca919

Please sign in to comment.