mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 02:44:59 +00:00
fixed typo
This commit is contained in:
parent
c1c69da685
commit
afa10d331b
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ func (self *WebService) HandleBatch(w http.ResponseWriter, r *http.Request) {
|
|||
err = encoder.Encode(results)
|
||||
if err != nil {
|
||||
log.Println("Error Batch results")
|
||||
log.Println(spew.Sdump(r.Form)
|
||||
log.Println(spew.Sdump(r.Form))
|
||||
err = encoder.Encode("Bad Batch Request")
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue