Skip to content

Commit

Permalink
remove not on chain (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
AstaFrode authored Sep 2, 2024
1 parent a0200ae commit 4e539c0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions node/resume.go
Original file line number Diff line number Diff line change
Expand Up @@ -340,11 +340,6 @@ func (n *Node) ResumeUpload(c *gin.Context) {
}

n.Logput("info", clientIp+" new file path: "+newPath)
respData.Code = http.StatusOK
respData.Msg = "ok"
respData.Data = map[string]string{"fid": fid}
c.JSON(http.StatusOK, respData)
return

switch duplicate {
case Duplicate1:
Expand Down

0 comments on commit 4e539c0

Please sign in to comment.