Skip to content

Commit

Permalink
fix: uninitialized constant FacebookAds::ServerSide::EventRequest::Op…
Browse files Browse the repository at this point in the history
…enStruct (NameError)

require OpenStruct are optional since json gem v2.7.2
  • Loading branch information
ka2n committed Apr 22, 2024
1 parent d22bcc9 commit b54d9cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/facebook_ads/ad_objects/server_side/event_request.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

require 'json'
require 'ostruct'

require_relative './event'
require_relative './event_response'
Expand Down

0 comments on commit b54d9cb

Please sign in to comment.