Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jorg-vr committed Oct 29, 2024
1 parent 29be165 commit 3e71631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/repository.rb
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def media_path
end

def commit(msg)
author = if Current.user&.full_name && Current.user&.email
author = if Current.user&.full_name && Current.user.email
"#{Current.user.full_name} <#{Current.user.email}>"
else
'Dodona <[email protected]>'
Expand Down

0 comments on commit 3e71631

Please sign in to comment.