Skip to content
This repository has been archived by the owner on Jul 7, 2024. It is now read-only.

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zhulik committed Jan 15, 2023
1 parent b6a74ab commit 970c9d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backup-stats-collector/function/lib/function/handler.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ def initialize(env)
end

def call
# authenticate!
authenticate!

Function::Restic.new.stats
Function::Restic.new.stats.to_json
end

private
Expand Down

0 comments on commit 970c9d6

Please sign in to comment.