Skip to content

Commit

Permalink
Add placeholder for logging
Browse files Browse the repository at this point in the history
  • Loading branch information
suprjinx committed Aug 27, 2024
1 parent 7d7a911 commit 50da259
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
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 CheckPolicy, ObtainCert
organize CheckPolicy, ObtainCert, Log
end
6 changes: 6 additions & 0 deletions app/interactors/log.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
class Log
include Interactor

def call
end
end

0 comments on commit 50da259

Please sign in to comment.