Skip to content
This repository has been archived by the owner on Jan 3, 2025. It is now read-only.

Commit

Permalink
fix missing self in email API (#601)
Browse files Browse the repository at this point in the history
  • Loading branch information
FinnIckler authored Jun 11, 2024
1 parent 3cd0896 commit cb4f5c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/email_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
require 'json'

class EmailApi < WcaApi
def registration_email_path
def self.registration_email_path
"#{EnvConfig.WCA_HOST}/api/internal/v1/mailers/registration"
end

Expand Down

0 comments on commit cb4f5c6

Please sign in to comment.