Skip to content

Commit

Permalink
fix: added explicit requiring of ostruct
Browse files Browse the repository at this point in the history
  • Loading branch information
niquerio committed Sep 18, 2024
1 parent b8724f2 commit 1d2441a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions account.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
require "alma_rest_client"
require "jwt"
require "byebug" if development?
require "ostruct"

# Monkey patch for omniauth_openid_connect -> openid_connect -> webfinger -> httpclient SSL errors
# require_relative "./lib/monkey_httpclient"
Expand Down

0 comments on commit 1d2441a

Please sign in to comment.