Update go/utils/remotesrv/http.go

Co-authored-by: Aaron Son <aaron@dolthub.com>
This commit is contained in:
Dhruv Sringari
2022-03-04 14:49:23 -08:00
committed by GitHub
parent fefe68f6df
commit 55c1cfdecd
+1 -1
View File
@@ -122,7 +122,7 @@ func readTableFile(logger func(string), org, repo, fileId string, respWr http.Re
logger(fmt.Sprintf("wrote %d bytes", n))
return -1
return http.StatusOK
}
func writeTableFile(logger func(string), org, repo, fileId string, request *http.Request) int {