This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
修改代码。
Signed-off-by: zouap <zouap@pcl.ac.cn>
pull/590/head
zouap
3 years ago
parent
81e7ac0228
commit
f580580485
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
routers/repo/attachment.go
+ 0
- 2
routers/repo/attachment.go
View File
@@ -146,8 +146,6 @@ func DeleteAttachment(ctx *context.Context) {
DeleteAllUnzipFile(attach, "")
TimingCountData()
_, err = models.DeleteFileChunkById(attach.UUID)
if err != nil {
ctx.Error(500, fmt.Sprintf("DeleteFileChunkById: %v", err))
Write
Preview
Loading…
Cancel
Save