Remove unnecessary variable
This commit is contained in:
parent
ad16e1ba8c
commit
ef4e913597
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue