Commit ef4e9135 authored by Michael Kozono's avatar Michael Kozono

Remove unnecessary variable

parent ad16e1ba
...@@ -44,13 +44,11 @@ module API ...@@ -44,13 +44,11 @@ module API
log_user_activity(actor) log_user_activity(actor)
response = { {
status: true, status: true,
gl_repository: gl_repository, gl_repository: gl_repository,
repository_path: repository_path repository_path: repository_path
} }
response
end end
post "/lfs_authenticate" do post "/lfs_authenticate" do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment