mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-21 19:39:04 -05:00
Update go/utils/remotesrv/http.go
Co-authored-by: Aaron Son <aaron@dolthub.com>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user