Skip to content

Commit

Permalink
rename AuthenticateRequest -> AuthorizeRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
suprjinx committed Sep 5, 2024
1 parent e81fc66 commit d8deae1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class AuthenticateRequest
class AuthorizeRequest
include Interactor

def call
Expand Down
2 changes: 1 addition & 1 deletion app/interactors/issue_cert.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class IssueCert
include Interactor::Organizer

organize AuthenticateRequest, ObtainCert, Log
organize AuthorizeRequest, ObtainCert, Log
end

0 comments on commit d8deae1

Please sign in to comment.