Skip to content

Commit

Permalink
Adding super back
Browse files Browse the repository at this point in the history
Adding super back, I don't see the init method either, I don't know why it demands it
  • Loading branch information
lee-delarm6 committed Nov 18, 2024
1 parent 754b92a commit cf41809
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/vaos/app/services/eps/base_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ class BaseService < Common::Client::Base
attr_accessor :user

def initialize(user)
super() if defined?(super)
@user = user
end

Expand Down

0 comments on commit cf41809

Please sign in to comment.