diff options
Diffstat (limited to 'routers/repo/attachment.go')
-rw-r--r-- | routers/repo/attachment.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/routers/repo/attachment.go b/routers/repo/attachment.go index 2ba389f07a..c2efb11c1d 100644 --- a/routers/repo/attachment.go +++ b/routers/repo/attachment.go @@ -70,4 +70,3 @@ func UploadAttachment(ctx *context.Context) { "uuid": attach.UUID, }) } - |