Remove unnecessary variable

This commit is contained in:
Michael Kozono 2017-06-05 10:39:32 -07:00
parent ad16e1ba8c
commit ef4e913597
1 changed files with 1 additions and 3 deletions

View File

@ -44,13 +44,11 @@ module API
log_user_activity(actor)
response = {
{
status: true,
gl_repository: gl_repository,
repository_path: repository_path
}
response
end
post "/lfs_authenticate" do