Skip to content

Commit

Permalink
Fix merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
suprjinx committed Sep 20, 2024
1 parent b19ef08 commit 41b8ce1
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions app/lib/services/certificate.rb
Original file line number Diff line number Diff line change
@@ -1,26 +1,10 @@
module Services
<<<<<<<< HEAD:app/lib/services/secrets_service.rb
class SecretsService
========
class Certificate
>>>>>>>> main:app/lib/services/certificate.rb
class << self
def issue_cert(cert_issue_request)
impl.issue_cert(cert_issue_request)
end

def kv_read(path)
impl.kv_read(path)
end

def kv_write(path, data)
impl.kv_write(path, data)
end

def kv_delete(path)
impl.kv_delete(path)
end

private

def impl
Expand Down

0 comments on commit 41b8ce1

Please sign in to comment.