Remove unused ostruct import

Only noticed it cuz there's a deprecation warning, and so I was like,
do we use it? I think not anymore!
This commit is contained in:
Emi Matchu 2024-10-18 17:20:02 -07:00
parent 23c083ff1d
commit 7ef689d658

View file

@ -1,5 +1,4 @@
require 'rocketamf_extensions/remote_gateway' require 'rocketamf_extensions/remote_gateway'
require 'ostruct'
class Pet < ApplicationRecord class Pet < ApplicationRecord
NEOPETS_URL_ORIGIN = ENV['NEOPETS_URL_ORIGIN'] || 'https://www.neopets.com' NEOPETS_URL_ORIGIN = ENV['NEOPETS_URL_ORIGIN'] || 'https://www.neopets.com'