aboutsummaryrefslogtreecommitdiffstats
path: root/modules/lfs/locks.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/lfs/locks.go')
-rw-r--r--modules/lfs/locks.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/lfs/locks.go b/modules/lfs/locks.go
index 4516ba01ae..d7b2429698 100644
--- a/modules/lfs/locks.go
+++ b/modules/lfs/locks.go
@@ -97,7 +97,7 @@ func GetListLockHandler(ctx *context.Context) {
})
return
}
- lock, err := models.GetLFSLockByID(int64(v))
+ lock, err := models.GetLFSLockByID(v)
handleLockListOut(ctx, repository, lock, err)
return
}