remove a field that we're not using anymore.

pull/47/head
John Shahid 2013-11-12 14:48:43 -05:00
parent e338ef8948
commit e23453ace1
1 changed files with 1 additions and 2 deletions

View File

@ -337,8 +337,7 @@ func (self *HttpServer) writePoints(w libhttp.ResponseWriter, r *libhttp.Request
}
type createDatabaseRequest struct {
Name string `json:"name"`
ApiKey string `json:apiKey"`
Name string `json:"name"`
}
type Database struct {